From 99df32af02204b7acc019c0f1fe63b5622cf6434 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 5 Sep 2009 14:15:36 +0000 Subject: LOL: fix inventory drawing in floppy version svn-id: r43960 --- engines/kyra/lol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/lol.cpp') diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp index cf42d0b2d8..dba68b486c 100644 --- a/engines/kyra/lol.cpp +++ b/engines/kyra/lol.cpp @@ -3847,7 +3847,7 @@ uint16 LoLEngine::getNearestPartyMemberFromPos(int x, int y) { void LoLEngine::displayAutomap() { snd_playSoundEffect(105, -1); - gui_toggleButtonDisplayMode(78, 1); + gui_toggleButtonDisplayMode(_flags.isTalkie ? 78 : 76, 1); _currentMapLevel = _currentLevel; uint8 *tmpWll = new uint8[80]; -- cgit v1.2.3