aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/drew.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/drew.cpp')
-rw-r--r--engines/toon/drew.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/toon/drew.cpp b/engines/toon/drew.cpp
index b50a8db3dc..1d4df09027 100644
--- a/engines/toon/drew.cpp
+++ b/engines/toon/drew.cpp
@@ -35,7 +35,7 @@ CharacterDrew::CharacterDrew(ToonEngine *vm) : Character(vm) {
vm->getAnimationManager()->addInstance(_animationInstance);
}
-CharacterDrew::~CharacterDrew(void) {
+CharacterDrew::~CharacterDrew() {
}
bool CharacterDrew::setupPalette() {
@@ -48,11 +48,6 @@ bool CharacterDrew::setupPalette() {
return false;
}
-void CharacterDrew::setFacing(int32 facing) {
- debugC(4, kDebugCharacter, "setFacing(%d)", facing);
- _facing = facing;
-}
-
void CharacterDrew::setPosition(int32 x, int32 y) {
debugC(5, kDebugCharacter, "setPosition(%d, %d)", x, y);
@@ -88,7 +83,6 @@ void CharacterDrew::playStandingAnim() {
_animationInstance->stopAnimation();
_animationInstance->setLooping(true);
//setVisible(true);
-
}
void CharacterDrew::playWalkAnim(int32 start, int32 end) {