From 3f0be8c79e4d60475ca51b64e7645dc0c79dc891 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Sat, 11 Feb 2012 23:58:08 +0100 Subject: [PATCH] Double the amount of available save slot pages for the non-dev version. --- Aquaria/DSQ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaria/DSQ.cpp b/Aquaria/DSQ.cpp index 83cbbdf..e84234f 100644 --- a/Aquaria/DSQ.cpp +++ b/Aquaria/DSQ.cpp @@ -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