From bac23bde2747143b8f61196d80d491dd1f793470 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 14 Nov 2011 15:44:58 +0100 Subject: KYRA: Whitespace fixes. --- engines/kyra/gui_lol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp index 22a1561ea8..2017a6e6ba 100644 --- a/engines/kyra/gui_lol.cpp +++ b/engines/kyra/gui_lol.cpp @@ -2572,8 +2572,8 @@ void GUI_LoL::setupSaveMenuSlots(Menu &menu, int num) { slotOffs = 1; } - int saveSlotMaxLen = ((_screen->getScreenDim(8))->w << 3) - _screen->getCharWidth('W'); - + int saveSlotMaxLen = ((_screen->getScreenDim(8))->w << 3) - _screen->getCharWidth('W'); + for (int i = startSlot; i < num && _savegameOffset + i - slotOffs < _savegameListSize; ++i) { if (_savegameList[i + _savegameOffset - slotOffs]) { Common::strlcpy(s, _savegameList[i + _savegameOffset - slotOffs], 80); -- cgit v1.2.3