aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-03 13:00:56 +0000
committerGregory Montoir2003-12-03 13:00:56 +0000
commit894360920bc5596570eedc039de0116513d26225 (patch)
tree8ac7a202c264ad7b86adb606dec3fcc8c9a65e41 /queen/graphics.h
parent07ba3cfabcb1f1496845b0b962d6b016c2dab179 (diff)
downloadscummvm-rg350-894360920bc5596570eedc039de0116513d26225.tar.gz
scummvm-rg350-894360920bc5596570eedc039de0116513d26225.tar.bz2
scummvm-rg350-894360920bc5596570eedc039de0116513d26225.zip
fix klunk scene glitches
svn-id: r11486
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 082661f7b2..b565848054 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -89,7 +89,6 @@ struct BobSlot {
void animString(const AnimFrame *animBuf);
void animNormal(uint16 firstFrame, uint16 lastFrame, uint16 speed, bool rebound, bool xflip);
- void animReset();
void clear();
};