summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-01-07 00:43:03 +0000
committerglx <glx@openttd.org>2008-01-07 00:43:03 +0000
commitcfcce9603c0564b70d1731b1edff5d37e2e977b1 (patch)
tree6d9b10c3d232e375d017ca2e61ce1372755a37f7 /src/stdafx.h
parent2469bca24c313387ebee109d35ac34863a27e2b7 (diff)
downloadopenttd-cfcce9603c0564b70d1731b1edff5d37e2e977b1.tar.xz
(svn r11772) -Change: add some extra checking in the hope to find the cause of FS#1335
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 40e58cb8c..aed9ba36b 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