summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-06 22:29:47 +0000
committerrubidium <rubidium@openttd.org>2007-12-06 22:29:47 +0000
commit2b9f51219f792b7c82ad8228e1dde0983a46094a (patch)
tree07242c652ed4cfe3b56eb0704fd2db3a15405741 /src/stdafx.h
parent39b1a8302b6519b185445faf6beef9356543b905 (diff)
downloadopenttd-2b9f51219f792b7c82ad8228e1dde0983a46094a.tar.xz
(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 34fc57ee8..a4dd583ee 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -4,6 +4,7 @@
#ifndef STDAFX_H
#define STDAFX_H
+#define DEBUG_DUMP_COMMANDS
/* It seems that we need to include stdint.h before anything else
* We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC