From c302b3e43b1d8cfe1eae669e01d3a0775d1f7b51 Mon Sep 17 00:00:00 2001 From: athrxx Date: Thu, 21 Jul 2011 00:28:57 +0200 Subject: KYRA: (EOB) - fix various bugs and implement some spells --- engines/kyra/scene_eob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/scene_eob.cpp') diff --git a/engines/kyra/scene_eob.cpp b/engines/kyra/scene_eob.cpp index e92d813af9..36584d462b 100644 --- a/engines/kyra/scene_eob.cpp +++ b/engines/kyra/scene_eob.cpp @@ -583,7 +583,7 @@ void LolEobBaseEngine::openCloseDoor(int block, int openClose) { } } - enableTimer(_flags.gameID == GI_LOL ? 0 : 12); + enableTimer(_flags.gameID == GI_LOL ? 0 : 4); } else { while (!(flg & _wllWallFlags[v])) -- cgit v1.2.3