summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 14:33:05 +0000
committertruelight <truelight@openttd.org>2005-03-24 14:33:05 +0000
commit9b1e6e6d3e228a5e0d3cb5e72f462ecc163a03be (patch)
tree4ed90073ab6cba2a054eb0a75c2b0cd87dc34dc2 /functions.h
parentfbb11ea3667047dc8a6236c08d9a3ee91467414e (diff)
downloadopenttd-9b1e6e6d3e228a5e0d3cb5e72f462ecc163a03be.tar.xz
(svn r2043) -Fix: committed too many files in the last commit
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 8e118f034..92c03392c 100644
--- a/functions.h
+++ b/functions.h
@@ -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__)