mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Check to prevent Ratpouch saying 'Excuse me' redundantly
svn-id: r29458
This commit is contained in:
parent
870ec35291
commit
25d22b2b42
@ -1117,7 +1117,8 @@ int PausedCharacterList::check(uint16 charId, int numImpinging, uint16 *impingin
|
||||
if ((charHotspot->characterMode() == CHARMODE_PAUSED) ||
|
||||
((charHotspot->pauseCtr() == 0) &&
|
||||
(charHotspot->characterMode() == CHARMODE_NONE))) {
|
||||
hotspot->resource()->scriptHotspotId = charId;
|
||||
if (hotspot->characterMode() != CHARMODE_WAIT_FOR_INTERACT)
|
||||
hotspot->resource()->scriptHotspotId = charId;
|
||||
}
|
||||
|
||||
hotspot->setPauseCtr(IDLE_COUNTDOWN_SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user