aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-30 18:31:30 +0000
committerJohannes Schickel2008-03-30 18:31:30 +0000
commita9d256108d5dfeced10168cafddf1f259d5e88e6 (patch)
treef8b448e86179197c477356a6ba68bc447f8c7268 /engines/kyra
parentf4e6109b33b4e6bbece5949ff5a06980c89c7c09 (diff)
downloadscummvm-rg350-a9d256108d5dfeced10168cafddf1f259d5e88e6.tar.gz
scummvm-rg350-a9d256108d5dfeced10168cafddf1f259d5e88e6.tar.bz2
scummvm-rg350-a9d256108d5dfeced10168cafddf1f259d5e88e6.zip
Cleanup.
svn-id: r31332
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/staticres.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 6084213aa2..6fb29a9362 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -1497,7 +1497,6 @@ void GUI_v2::initStaticData() {
Button::Callback clickLoadSlotFunctor = BUTTON_FUNCTOR(GUI_v2, this, &GUI_v2::clickLoadSlot);
- memset(&_loadMenu, 0, sizeof(_loadMenu));
GUI_V2_MENU(_loadMenu, -1, -1, 0x120, 0xA0, 0xF8, 0xF9, 0xFA, 8, 0xFB, -1, 8, 0, 6, 0x84, 0x16, 0x84, 0x7C);
GUI_V2_MENU_ITEM(_loadMenu.item[0], 1, 0x29, -1, 0x27, 0x100, 0xF, 0xFC, 0xFD, 5, 0xF8, 0xF9, 0xFA, -1, 0, 0, 0, 0);
GUI_V2_MENU_ITEM(_loadMenu.item[1], 1, 0x2A, -1, 0x38, 0x100, 0xF, 0xFC, 0xFD, 5, 0xF8, 0xF9, 0xFA, -1, 0, 0, 0, 0);