summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-28 08:48:41 +0000
committertron <tron@openttd.org>2005-03-28 08:48:41 +0000
commite4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7 (patch)
tree77edf569a8bf3668758ecc3caccbc34e2087d72d /ttd.h
parent51eeea477b6e1b20f3505b1d002aa0d0c3d02341 (diff)
downloadopenttd-e4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7.tar.xz
(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttd.h b/ttd.h
index 33cc3c13d..94722b246 100644
--- a/ttd.h
+++ b/ttd.h
@@ -507,7 +507,6 @@ enum SpecialStrings {
typedef void PlaceProc(uint tile);
-VARDEF bool _savegame_sort_dirty;
VARDEF byte _savegame_sort_order;
#define INVALID_UINT_TILE (uint)0xFFFFFFFF