Skip to content

Commit

Permalink
Ok so probably 99 saves for easy mode is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Apr 14, 2023
1 parent b2c5438 commit b3201a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avp/savegame.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int LoadGameRequest = SAVELOAD_REQUEST_NONE; //slot number of game to be loaded
int SaveGameRequest = SAVELOAD_REQUEST_NONE; //slot number of game to be saved


#define NUM_SAVES_FOR_EASY_MODE 999
#define NUM_SAVES_FOR_EASY_MODE 99
#define NUM_SAVES_FOR_MEDIUM_MODE 24
#define NUM_SAVES_FOR_HARD_MODE 2

Expand Down

0 comments on commit b3201a7

Please sign in to comment.