diff options
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r-- | engines/avalanche/avalanche.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp index b0db9648a8..4e92901cf8 100644 --- a/engines/avalanche/avalanche.cpp +++ b/engines/avalanche/avalanche.cpp @@ -419,7 +419,7 @@ bool AvalancheEngine::loadGame(const int16 slot) { _background->forgetBackgroundSprites(); _avalot->minorRedraw(); _menu->setup(); - _avalot->_whereIs[kPeopleAvalot - 150] = _avalot->_room; + _avalot->setRoom(kPeopleAvalot, _avalot->_room); _avalot->_alive = true; _avalot->refreshObjectList(); _animation->updateSpeed(); |