console_cmds.c
changeset 4223 0f9535dda7ed
parent 4184 f38abcb8b18d
child 4261 2ec8f5a9747b
--- a/console_cmds.c	Sat Aug 05 00:53:09 2006 +0000
+++ b/console_cmds.c	Sat Aug 05 00:59:45 2006 +0000
@@ -15,7 +15,7 @@
 #include "network_udp.h"
 #include "command.h"
 #include "settings.h"
-#include "hal.h" /* for file list */
+#include "fios.h"
 #include "vehicle.h"
 #include "station.h"
 #include "strings.h"
@@ -345,7 +345,7 @@
 	}
 
 	// XXX - Workaround for broken file handling
-	FiosGetSavegameList(&_fios_num, SLD_LOAD_GAME);
+	FiosGetSavegameList(SLD_LOAD_GAME);
 	FiosFreeSavegameList();
 
 	FiosGetDescText(&path, NULL);