aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/script.cpp')
-rw-r--r--engines/prince/script.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/prince/script.cpp b/engines/prince/script.cpp
index d03b9b5e48..c675b6d177 100644
--- a/engines/prince/script.cpp
+++ b/engines/prince/script.cpp
@@ -1882,7 +1882,8 @@ void Interpreter::O_VIEWFLCLOOP() {
// Not used in script
void Interpreter::O_FLCSPEED() {
- error("O_FLCSPEED speed");
+ int32 speed = readScriptFlagValue();
+ error("O_FLCSPEED speed %d", speed);
}
void Interpreter::O_OPENINVENTORY() {