mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
TITANIC: Fix delay for Doorbot repeat will you help message
This commit is contained in:
parent
41f32c209b
commit
02dec19298
@ -460,7 +460,7 @@ bool CDoorbot::TrueTalkNotifySpeechEndedMsg(CTrueTalkNotifySpeechEndedMsg *msg)
|
||||
case 10562:
|
||||
if (_introMovieNum == 1) {
|
||||
stopAnimTimer(_timerId);
|
||||
_timerId = addTimer(2, getRandomNumber(5000), 0);
|
||||
_timerId = addTimer(2, getRandomNumber(5000) + 5000, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user