Use constant for pinnacle room number.
svn-id: r11276
This commit is contained in:
parent
91f422776b
commit
ae75f49b46
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ void QueenEngine::roomChanged() {
|
||||||
// logic because that would cause a circular dependency between Cutaway and
|
// logic because that would cause a circular dependency between Cutaway and
|
||||||
// Logic... :-(
|
// Logic... :-(
|
||||||
|
|
||||||
if (_logic->currentRoom() == 7) {
|
if (_logic->currentRoom() == ROOM_JUNGLE_PINNACLE) {
|
||||||
warning("Room 7 not yet handled!");
|
|
||||||
_logic->handlePinnacleRoom();
|
_logic->handlePinnacleRoom();
|
||||||
}
|
}
|
||||||
else if (_logic->currentRoom() == FOTAQ_LOGO && _logic->gameState(VAR_INTRO_PLAYED) == 0) {
|
else if (_logic->currentRoom() == FOTAQ_LOGO && _logic->gameState(VAR_INTRO_PLAYED) == 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue