aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.h
diff options
context:
space:
mode:
authorRobert Špalek2009-11-22 20:44:37 +0000
committerRobert Špalek2009-11-22 20:44:37 +0000
commitd3d16422e0177942fcf5045cc65585c10d0da9b0 (patch)
tree5f7723ab50b3eb95ddc0915bc492b9265392fe51 /engines/draci/game.h
parent772b89682d7ae314d1b776f6c47ab10ac6d865cb (diff)
downloadscummvm-rg350-d3d16422e0177942fcf5045cc65585c10d0da9b0.tar.gz
scummvm-rg350-d3d16422e0177942fcf5045cc65585c10d0da9b0.tar.bz2
scummvm-rg350-d3d16422e0177942fcf5045cc65585c10d0da9b0.zip
Further cleaned up the hack with removing old animations.
Now only a long-term (complete rewrite) TODO is left in the code, but nothing urgent to solve. svn-id: r46097
Diffstat (limited to 'engines/draci/game.h')
-rw-r--r--engines/draci/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/game.h b/engines/draci/game.h
index 747bfa07c0..63ad10a814 100644
--- a/engines/draci/game.h
+++ b/engines/draci/game.h
@@ -99,6 +99,7 @@ public:
void playAnim(int i);
void stopAnim();
void deleteAnims();
+ void deleteAnimsFrom(int index);
void load(uint objNum, BArchive *archive);
};