diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index fdc2ddda6f..b1c6f96f8b 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -501,8 +501,6 @@ void AvalancheEngine::loadAlso(byte num) { void AvalancheEngine::loadRoom(byte num) { CursorMan.showMouse(false); - _graphics->fleshColors(); - Common::String filename = Common::String::format("place%d.avd", num); Common::File file; if (!file.open(filename)) |