(svn r23854) -Codechange: make it easier to put random debug stuff into the random log

This commit is contained in:
rubidium
2012-01-26 17:24:56 +00:00
parent d99eb6aac2
commit a48e3cb891
4 changed files with 25 additions and 25 deletions

View File

@@ -17,19 +17,6 @@
#define Random OTTD_Random
#endif /* __APPLE__ */
/**************
* 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
/**
* Structure to encapsulate the pseudo random number generators.
*/