aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2011-09-13 21:46:23 +0200
committerJohannes Schickel2011-12-26 16:18:15 +0100
commit68ed8b95989d784fe42f4e6e400224ffb63ba80b (patch)
treee0985bd857f88648bb0714df6c3852a24f558997 /engines/kyra/lol.h
parent816b40ebf8c653f4c3f898ae4697ea85f5fe015f (diff)
downloadscummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.tar.gz
scummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.tar.bz2
scummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.zip
KYRA: (EOB) - fix some valgrind warnings
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index e75d621cc3..ae3408eb1a 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -915,6 +915,7 @@ private:
void assignBlockObject(LevelBlockProperty *l, uint16 item);
int assignLevelDecorationShapes(int index);
uint8 *getLevelDecorationShapes(int index);
+ void releaseDecorations(int first = 0, int num = 400);
void restoreTempDataAdjustMonsterStrength(int index);
void loadBlockProperties(const char *cmzFile);
const uint8 *getBlockFileData(int levelIndex);