(svn r2043) -Fix: committed too many files in the last commit

This commit is contained in:
truelight
2005-03-24 14:33:05 +00:00
parent fbb11ea366
commit 9b1e6e6d3e
4 changed files with 5 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ void NORETURN CDECL error(const char *str, ...);
// * Warning: DO NOT enable this unless you understand what it does
// **************
#define RANDOM_DEBUG
//#define RANDOM_DEBUG
#ifdef RANDOM_DEBUG
#define Random() DoRandom(__LINE__, __FILE__)