aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource/staticres_eob.cpp
diff options
context:
space:
mode:
authorathrxx2019-03-20 22:03:04 +0100
committerathrxx2019-03-22 21:03:54 +0100
commit864cdd85f483824e765a4b35d658ef4c2f4506df (patch)
tree088e691b7b1bc3984770ded77f7d2b192709a9e8 /engines/kyra/resource/staticres_eob.cpp
parent1cfa6c087a88eb795dc0ae46cbeb5a578318a317 (diff)
downloadscummvm-rg350-864cdd85f483824e765a4b35d658ef4c2f4506df.tar.gz
scummvm-rg350-864cdd85f483824e765a4b35d658ef4c2f4506df.tar.bz2
scummvm-rg350-864cdd85f483824e765a4b35d658ef4c2f4506df.zip
KYRA: silence some compiler warnings
Diffstat (limited to 'engines/kyra/resource/staticres_eob.cpp')
-rw-r--r--engines/kyra/resource/staticres_eob.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/resource/staticres_eob.cpp b/engines/kyra/resource/staticres_eob.cpp
index a9f9c33483..7ff439d202 100644
--- a/engines/kyra/resource/staticres_eob.cpp
+++ b/engines/kyra/resource/staticres_eob.cpp
@@ -511,11 +511,12 @@ void EoBCoreEngine::initStaticResource() {
// EOB I doesn't have load and save menus, because there is only one single
// save slot. Instead of emulating this we provide a menu similiar to EOB II.
- static const char *const saveLoadStrings[4][4] = {
+ static const char *const saveLoadStrings[5][4] = {
{ "Cancel", "Empty Slot", "Save Game", "Load Game" },
{ "Abbr.", "Leerer Slot", "Speichern", " Laden" },
{ " < < ", "Posizione Vuota", "Salva", "Carica" },
- { 0, 0, 0, 0 }
+ { 0, 0, 0, 0 },
+ { 0, 0, 0, 0 }
};
static const char *const errorSlotEmptyString[5] = {