Skip to content

Commit

Permalink
ACCESS: Fix freeing alternate player sprites resource
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent d2d75dd commit a9131a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/amazon/amazon_room.cpp
Expand Up @@ -211,8 +211,8 @@ void AmazonRoom::init4Quads() {
}

void AmazonRoom::clearRoom() {
Room::clearRoom();
_game->freeInactivePlayer();
Room::clearRoom();
}

} // End of namespace Amazon
Expand Down

0 comments on commit a9131a9

Please sign in to comment.