(svn r3356) - Remove unused parameter of AfterLoadGame().

- Initialize _sl_version after loading an old savegame.
This commit is contained in:
2005-12-29 22:28:19 +00:00
parent 10c6d4c738
commit 2a94a64711
2 changed files with 5 additions and 4 deletions

View File

@@ -1096,7 +1096,7 @@ static void UpdateSignOwner(void)
extern void UpdateOldAircraft( void );
extern void UpdateOilRig( void );
bool AfterLoadGame(uint version)
bool AfterLoadGame(void)
{
Window *w;
ViewPort *vp;