Fix more stuff

This commit is contained in:
Lwmte 2021-09-16 01:12:19 +03:00
parent c324f70774
commit 1d0ceb0ff4
41 changed files with 427 additions and 430 deletions

View file

@ -11,8 +11,6 @@ SavegameInfo g_SavegameInfos[MAX_SAVEGAMES];
SaveGameHeader g_NewSavegameInfos[MAX_SAVEGAMES];
vector<string> g_NewStrings;
extern GameFlow* g_GameFlow;
int LoadSavegameInfos()
{
char fileName[255];