summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-02-06 18:28:35 +0000
committertruelight <truelight@openttd.org>2005-02-06 18:28:35 +0000
commit85dc9fb637ffb4c4b476f1ca15a5b0461078dd82 (patch)
treeab21862e2eddfb1a1016420dba40def82ca327ea /debug.h
parent2d48c71e826168c52a9ad4b8975e0f3b1e438e01 (diff)
downloadopenttd-85dc9fb637ffb4c4b476f1ca15a5b0461078dd82.tar.xz
(svn r1826) -Feature: a brand new OldLoader so OpenTTD is TTD(Patch) compatible
again.. kind of anyway. Still needs work for the extra chunks TTDPatch provides, and which we use too, but not in the same way.. - Also, no longer BE is a problem, reading is BE/LE safe. - Tnx to Bjarni for the BE testing, Tron for the help on the BE, Darkvater for helping out, and Mek for providing me with the correct information regarding TTDPatch savegames
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index f48cb741a..ce375d04b 100644
--- a/debug.h
+++ b/debug.h
@@ -13,6 +13,7 @@
extern int _debug_ms_level;
extern int _debug_net_level;
extern int _debug_spritecache_level;
+ extern int _debug_oldloader_level;
#endif
void CDECL debug(const char *s, ...);