[Scummvm-cvs-logs] scummvm master -> 30d0010b9e14cc5b959cef825fabf4de86bff6f1

clone2727 clone2727 at gmail.com
Fri Aug 12 00:22:38 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
30d0010b9e MOHAWK: Stub off xflies


Commit: 30d0010b9e14cc5b959cef825fabf4de86bff6f1
    https://github.com/scummvm/scummvm/commit/30d0010b9e14cc5b959cef825fabf4de86bff6f1
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-08-11T14:49:01-07:00

Commit Message:
MOHAWK: Stub off xflies

Changed paths:
    engines/mohawk/riven_external.cpp



diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp
index c72dafa..63f4307 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






More information about the Scummvm-git-logs mailing list