summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-19 00:05:26 +0000
committerrubidium <rubidium@openttd.org>2007-06-19 00:05:26 +0000
commitf765b3d6aa70eae559d02cda947e6ff5e18b8c1a (patch)
treeb07b07a2f5f04c71f8608530c990ebe9bdf603e1 /src/stdafx.h
parent623a848cca99d7686f4e594fea4573d5bb40ed32 (diff)
downloadopenttd-f765b3d6aa70eae559d02cda947e6ff5e18b8c1a.tar.xz
(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
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 8dd3fcd85..7d19e5896 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -20,6 +20,7 @@
# endif
#else
# define INT64_MAX 9223372036854775807LL
+# define INT64_MIN -9223372036854775808LL
#endif
#include <cstdio>