aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-11 17:49:01 -0400
committerMatthew Hoops2011-08-11 17:49:01 -0400
commit30d0010b9e14cc5b959cef825fabf4de86bff6f1 (patch)
tree0d571554a67fc78ad4c3eeaf86bdfd6b4468c675
parentbb3b1a2b759d702dcfd4731fed58387bda7e23d3 (diff)
downloadscummvm-rg350-30d0010b9e14cc5b959cef825fabf4de86bff6f1.tar.gz
scummvm-rg350-30d0010b9e14cc5b959cef825fabf4de86bff6f1.tar.bz2
scummvm-rg350-30d0010b9e14cc5b959cef825fabf4de86bff6f1.zip
MOHAWK: Stub off xflies
-rw-r--r--engines/mohawk/riven_external.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp
index c72dafaf7f..63f4307cfa 100644
--- a/engines/mohawk/riven_external.cpp
+++ b/engines/mohawk/riven_external.cpp
@@ -2747,6 +2747,7 @@ void RivenExternal::xtatboundary(uint16 argc, uint16 *argv) {
void RivenExternal::xflies(uint16 argc, uint16 *argv) {
// TODO: Activate the "flies" effect
+ debug(1, "STUB: xflies(): create %d %s fl%s", argv[1], (argv[0] == 0) ? "black" : "glowing", (argv[1] == 1) ? "y" : "ies");
}
} // End of namespace Mohawk