1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-25 22:25:46 +00:00

Double the amount of available save slot pages for the non-dev version.

This commit is contained in:
fgenesis 2012-02-11 23:58:08 +01:00
parent 9b2c18ecaa
commit 3f0be8c79e

View file

@ -128,7 +128,7 @@ static void Linux_CopyTree(const char *src, const char *dst)
float titTimer = 0; float titTimer = 0;
const int saveSlotPageSize = 4; const int saveSlotPageSize = 4;
int maxPages = 7; int maxPages = 15;
#ifdef AQUARIA_BUILD_CONSOLE #ifdef AQUARIA_BUILD_CONSOLE
const int MAX_CONSOLELINES = 14; const int MAX_CONSOLELINES = 14;
#endif #endif