]> git.sur5r.net Git - c128-kasse/commitdiff
raise number of items to 32
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Nov 2010 17:47:30 +0000 (18:47 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Nov 2010 17:47:30 +0000 (18:47 +0100)
include/config.h

index fb2fd1bc613fe700d5ed02ad5c3388c6f2f0fc09..74d143a602495b4cded340b9a80b955b788128a3 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef CONFIG_H_
 #define CONFIG_H_
 
-#define MAX_ITEMS 16
+#define MAX_ITEMS 32
 #define MAX_ITEM_NAME_LENGTH 9
 #define MAX_CREDIT_ITEMS 75
 #define CREDITS_PER_PAGE 10