From 30d0010b9e14cc5b959cef825fabf4de86bff6f1 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 11 Aug 2011 17:49:01 -0400 Subject: MOHAWK: Stub off xflies --- engines/mohawk/riven_external.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3