diff -r 951fbf19b1ad -r 0f9535dda7ed console_cmds.c --- 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);