- Exhumed: moved nPlayerItem into PlayerList

This commit is contained in:
Christoph Oelckers 2021-05-13 13:44:58 +02:00
parent 71f4946879
commit c9361aff76
8 changed files with 28 additions and 18 deletions

View file

@ -7,6 +7,7 @@ extern FixedBitArray<MAXSPRITES> activeSprites;
// Savegame utilities
class FileReader;
extern int SaveVersion;
FString G_BuildSaveName (const char *prefix);
int G_ValidateSavegame(FileReader &fr, FString *savetitle, bool formenu);