aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_vars.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2014-05-04 13:12:42 -0400
committerMatthew Hoops2014-05-04 13:13:01 -0400
commitb2be5788cf4305d2d9e47a6bd4f14f1a12140834 (patch)
tree59eff978a9c9a1b4978d77cc90dc895276534690 /engines/mohawk/riven_vars.cpp
parent29da6e5b9bf7c1328a6e08f37c8d67228143293a (diff)
downloadscummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.tar.gz
scummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.tar.bz2
scummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.zip
MOHAWK: Add missing comma
Diffstat (limited to 'engines/mohawk/riven_vars.cpp')
-rw-r--r--engines/mohawk/riven_vars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp
index efb9c1c3a2..f09aba7f90 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",