fix merge accident

This commit is contained in:
Fabian Greffrath 2021-05-31 08:35:04 +02:00
parent 126d69e18e
commit 6cde55c9bd

View File

@ -57,7 +57,7 @@ void G_WorldDone(void);
void G_Ticker(void);
void G_ScreenShot(void);
void G_ReloadDefaults(void); // killough 3/1/98: loads game defaults
void G_SaveGameName(char *,int); // killough 3/22/98: sets savegame filename
char *G_SaveGameName(int); // killough 3/22/98: sets savegame filename
void G_MBFSaveGameName(char *,int); // MBF savegame filename
void G_SetFastParms(int); // killough 4/10/98: sets -fast parameters
void G_DoNewGame(void);