aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authoruruk2013-09-08 12:39:33 +0200
committeruruk2013-09-08 12:39:33 +0200
commitc6183993f2dc0732d5b480f502355f3843c5588c (patch)
tree55d0cd5a0f63e2740c64112af694e287322899fb /engines/avalanche/avalanche.cpp
parent0f20e7fe37f1b9db18e6ba25d879a7c794c4c719 (diff)
parent2eb4002e365ab79870f68f09c030770e632c1166 (diff)
downloadscummvm-rg350-c6183993f2dc0732d5b480f502355f3843c5588c.tar.gz
scummvm-rg350-c6183993f2dc0732d5b480f502355f3843c5588c.tar.bz2
scummvm-rg350-c6183993f2dc0732d5b480f502355f3843c5588c.zip
AVALANCHE: Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts: engines/avalanche/animation.h
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 195ddef50d..d59c18b23e 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -292,7 +292,7 @@ void AvalancheEngine::synchronize(Common::Serializer &sz) {
if (sz.isLoading()) {
for (int16 i = 0; i < _animation->kSpriteNumbMax; i++) { // Deallocate sprites.
if (_animation->_sprites[i]._quick)
- _animation->_sprites[i].done();
+ _animation->_sprites[i].remove();
}
}