mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-25 14:15:46 +00:00
Double the amount of available save slot pages for the non-dev version.
This commit is contained in:
parent
9b2c18ecaa
commit
3f0be8c79e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static void Linux_CopyTree(const char *src, const char *dst)
|
|||
float titTimer = 0;
|
||||
|
||||
const int saveSlotPageSize = 4;
|
||||
int maxPages = 7;
|
||||
int maxPages = 15;
|
||||
#ifdef AQUARIA_BUILD_CONSOLE
|
||||
const int MAX_CONSOLELINES = 14;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue