From d3f3da4d15eeebd55a7e8731d53857be421b8fce Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 23 Jul 2017 15:04:20 -0400 Subject: TITANIC: Fix delay before Bellbot & Doorbot appears --- engines/titanic/game/idle_summoner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic') diff --git a/engines/titanic/game/idle_summoner.cpp b/engines/titanic/game/idle_summoner.cpp index ed0a3d0665..dd3aa09490 100644 --- a/engines/titanic/game/idle_summoner.cpp +++ b/engines/titanic/game/idle_summoner.cpp @@ -80,7 +80,7 @@ bool CIdleSummoner::TimerMsg(CTimerMsg *msg) { return true; int region = talkGetDialRegion("BellBot", 1); - uint delay = region == 1 ? 15000 : 12000; + uint delay = region == 1 ? 15000 : 120000; uint enterTicks = MIN(getNodeEnterTicks(), _ticks); CString name; -- cgit v1.2.3