From 7ec997afcefe5b06c7bc646c25dfa7d7f738b519 Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 12 Jan 2005 11:54:51 +0000 Subject: (svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron) -Fix: fixed some compiler-warnings --- ttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttd.c') diff --git a/ttd.c b/ttd.c index d90a66aec..6bae4e950 100644 --- a/ttd.c +++ b/ttd.c @@ -657,7 +657,7 @@ int ttd_main(int argc, char* argv[]) if (sounddriver[0]) ttd_strlcpy(_ini_sounddriver, sounddriver, sizeof(_ini_sounddriver)); if (videodriver[0]) ttd_strlcpy(_ini_videodriver, videodriver, sizeof(_ini_videodriver)); if (resolution[0]) { _cur_resolution[0] = resolution[0]; _cur_resolution[1] = resolution[1]; } - if (startdate != -1) _patches.starting_date = startdate; + if (startdate != (uint)-1) _patches.starting_date = startdate; if (_dedicated_forks && !_dedicated_enabled) _dedicated_forks = false; -- cgit v1.2.3-54-g00ecf