aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-10 14:19:04 +0000
committerGregory Montoir2003-12-10 14:19:04 +0000
commitd947a6ea778e6d1544ba905d89c84fb2d4b8dc9d (patch)
treee6e0d3635402ccd3783e7052bd32d43ce4e863c1 /queen/cutaway.h
parent7153d77024e7b0091046aa27f02864824c694e60 (diff)
downloadscummvm-rg350-d947a6ea778e6d1544ba905d89c84fb2d4b8dc9d.tar.gz
scummvm-rg350-d947a6ea778e6d1544ba905d89c84fb2d4b8dc9d.tar.bz2
scummvm-rg350-d947a6ea778e6d1544ba905d89c84fb2d4b8dc9d.zip
cleanup, split Cutaway::specialMove() into several methods ; this should allow us minor changes in order to support different/other special moves (demo, interview)
svn-id: r11552
Diffstat (limited to 'queen/cutaway.h')
-rw-r--r--queen/cutaway.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/cutaway.h b/queen/cutaway.h
index 238ae1005f..8ddaa5ff89 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -229,9 +229,6 @@ class Cutaway {
//! Used by load to read string data
void loadStrings(byte *ptr);
- //! Do something special
- void actionSpecialMove(int index);
-
//! Get persons
byte *turnOnPeople(byte *ptr, CutawayObject &object);