aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_room.cpp')
-rw-r--r--engines/access/amazon/amazon_room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_room.cpp b/engines/access/amazon/amazon_room.cpp
index 3381688356..762daf06d6 100644
--- a/engines/access/amazon/amazon_room.cpp
+++ b/engines/access/amazon/amazon_room.cpp
@@ -211,8 +211,8 @@ void AmazonRoom::init4Quads() {
}
void AmazonRoom::clearRoom() {
- Room::clearRoom();
_game->freeInactivePlayer();
+ Room::clearRoom();
}
} // End of namespace Amazon