summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-05-29 18:35:31 +0000
committerfrosch <frosch@openttd.org>2011-05-29 18:35:31 +0000
commit615e435677a31a6ed7a78f21ad42af724bf20fca (patch)
tree27829a81d1431adc113a866693a28e20374c12a4 /src/table
parent36526d6b0520e7cc27c0416a72186eeee7b01bdf (diff)
downloadopenttd-615e435677a31a6ed7a78f21ad42af724bf20fca.tar.xz
(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.h.preamble2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.h.preamble b/src/table/settings.h.preamble
index ba1593e15..c69f114c3 100644
--- a/src/table/settings.h.preamble
+++ b/src/table/settings.h.preamble
@@ -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);
/****************************