From 864cdd85f483824e765a4b35d658ef4c2f4506df Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 20 Mar 2019 22:03:04 +0100 Subject: KYRA: silence some compiler warnings --- engines/kyra/resource/staticres_eob.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/kyra/resource') 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] = { -- cgit v1.2.3