(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1

This commit is contained in:
frosch
2011-05-29 18:35:31 +00:00
parent 36526d6b05
commit 615e435677
3 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
/** @file table/settings.h Settings to save in the savegame and config file. */
/* Callback function used in _settings[] as well as _company_settings[] */
static int32 ConvertLandscape(const char *value);
static size_t ConvertLandscape(const char *value);
/****************************