[Scummvm-cvs-logs] scummvm master -> b2be5788cf4305d2d9e47a6bd4f14f1a12140834
clone2727
clone2727 at gmail.com
Sun May 4 19:13:27 CEST 2014
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:
b2be5788cf MOHAWK: Add missing comma
Commit: b2be5788cf4305d2d9e47a6bd4f14f1a12140834
https://github.com/scummvm/scummvm/commit/b2be5788cf4305d2d9e47a6bd4f14f1a12140834
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2014-05-04T13:13:01-04:00
Commit Message:
MOHAWK: Add missing comma
Changed paths:
engines/mohawk/riven_vars.cpp
diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp
index efb9c1c..f09aba7 100644
--- a/engines/mohawk/riven_vars.cpp
+++ b/engines/mohawk/riven_vars.cpp
@@ -117,7 +117,7 @@ static const char *variableNames[] = {
"gRViewMPos",
"gRViewPos",
"gScribe",
- "gScribeTime"
+ "gScribeTime",
"gSubElev",
"gSubDr",
"gUpMoov",
More information about the Scummvm-git-logs
mailing list