From e4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 28 Mar 2005 08:48:41 +0000 Subject: (svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic --- ttd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ttd.h') 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 -- cgit v1.2.3-54-g00ecf