mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 13:10:53 +00:00
Fix pjs-demo
svn-id: r14964
This commit is contained in:
parent
31aeef307e
commit
1a9d6e023b
@ -2299,6 +2299,10 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
|
||||
stopCycle(0);
|
||||
_sound->processSoundQues();
|
||||
|
||||
// Clear the room variables
|
||||
if (_heversion >= 80)
|
||||
memset(_roomVars, 0, sizeof(_roomVars));
|
||||
|
||||
for (i = 1; i < _numActors; i++) {
|
||||
_actors[i].hideActor();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user