aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/graphics.cpp')
-rw-r--r--queen/graphics.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/queen/graphics.cpp b/queen/graphics.cpp
index 20eb456d64..55ea7b4ec8 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -185,23 +185,6 @@ void BobSlot::animNormal(uint16 firstFrame, uint16 lastFrame, uint16 spd, bool r
}
-void BobSlot::animReset() {
-
- if(active) {
- const AnimFrame *af = anim.string.buffer;
- if (af != NULL) {
- animating = true;
- anim.string.curPos = af;
- frameNum = af->frame;
- anim.speed = af->speed / 4;
- }
- else {
- animating = false;
- }
- }
-}
-
-
void BobSlot::clear() {
active = false;