summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
committertruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
commite51659da601c7ce534a0815ccc156e35395e5a12 (patch)
tree86e29898e2ae33221aaf5ec5eacca8b717db8e86 /functions.h
parent49d69f6fa3882d4af9384bda65eb8c5f11ce28dd (diff)
downloadopenttd-e51659da601c7ce534a0815ccc156e35395e5a12.tar.xz
(svn r2042) -Fix: forgot to remove a printf ;)
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 92c03392c..8e118f034 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__)