aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 6de3b6981a..a6e9d3ab0a 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -312,7 +312,7 @@ Movement *StaticANIObject::getMovementByName(char *name) {
}
void Movement::draw(bool flipFlag, int angle) {
- warning("STUB: Movement::draw(%d, %d)", flipFlag, angle);
+ debug(3, "Movement::draw(%d, %d)", flipFlag, angle);
Common::Point point;