diff options
-rw-r--r-- | engines/supernova/rooms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/rooms.cpp b/engines/supernova/rooms.cpp index b6f41078a0..ca1cc7ff93 100644 --- a/engines/supernova/rooms.cpp +++ b/engines/supernova/rooms.cpp @@ -1924,7 +1924,7 @@ void ArsanoRemaining::animation() { void ArsanoRoger::onEntrance() { // This is not a normal shown variable, it's a dialog - if (_shown[kMaxSection - 2] = 0) { + if (_shown[kMaxSection - 2] == 0) { _gm->say("Darf ich hier Platz nehmen?"); _gm->reply("Klar!", 2, 2 + 128); _shown[kMaxSection - 2] = 1; |