aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-04-14 06:37:00 +0000
committerPaweł Kołodziejski2004-04-14 06:37:00 +0000
commitfae6675c5be5788e1ec4456fdf866466b80577ff (patch)
tree19a2dd692d67e6a80136ec06e170e7b2b67d1410
parent6ea29bc7f8106b386cc9602ccd5e6b0334e13232 (diff)
downloadscummvm-rg350-fae6675c5be5788e1ec4456fdf866466b80577ff.tar.gz
scummvm-rg350-fae6675c5be5788e1ec4456fdf866466b80577ff.tar.bz2
scummvm-rg350-fae6675c5be5788e1ec4456fdf866466b80577ff.zip
forgot that
svn-id: r13578
-rw-r--r--scumm/smush/smush_player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index 27f29e69e7..019edef85f 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -100,7 +100,9 @@ private:
void handleAnimHeader(Chunk &);
void handleFrame(Chunk &);
void handleNewPalette(Chunk &);
+#ifdef USE_ZLIB
void handleZlibFrameObject(Chunk &b);
+#endif
void handleFrameObject(Chunk &);
void handleSoundBuffer(int32, int32, int32, int32, int32, int32, Chunk &, int32);
void handleSoundFrame(Chunk &);