diff options
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/functions.h b/functions.h index e9cad80c9..5d81e8e51 100644 --- a/functions.h +++ b/functions.h @@ -63,15 +63,15 @@ void NORETURN CDECL error(const char *str, ...); /* openttd.c */ -// ************** -// * Warning: DO NOT enable this unless you understand what it does -// * -// * If enabled, in a network game all randoms will be dumped to the -// * stdout if the first client joins (or if you are a client). This -// * is to help finding desync problems. -// * -// * Warning: DO NOT enable this unless you understand what it does -// ************** +/************** + * Warning: DO NOT enable this unless you understand what it does + * + * If enabled, in a network game all randoms will be dumped to the + * stdout if the first client joins (or if you are a client). This + * is to help finding desync problems. + * + * Warning: DO NOT enable this unless you understand what it does + **************/ //#define RANDOM_DEBUG |