Skip to content

Commit

Permalink
MOHAWK: Stub off xflies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Aug 11, 2011
1 parent bb3b1a2 commit 30d0010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mohawk/riven_external.cpp
Expand Up @@ -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

0 comments on commit 30d0010

Please sign in to comment.