forked from mirror/OpenTTD
(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "hal.h" // for file list
|
||||
|
||||
static bool _savegame_sort_dirty;
|
||||
|
||||
bool _query_string_active;
|
||||
|
||||
typedef struct LandInfoData {
|
||||
@@ -1142,12 +1144,6 @@ static void DrawFiosTexts(void)
|
||||
DoDrawString(path, 2, 27, 16);
|
||||
}
|
||||
|
||||
#if defined(_WIN32)
|
||||
extern int CDECL compare_FiosItems (const void *a, const void *b);
|
||||
#else
|
||||
extern int compare_FiosItems (const void *a, const void *b);
|
||||
#endif
|
||||
|
||||
|
||||
static void MakeSortedSaveGameList(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user