diff options
author | Matthew Hoops | 2014-05-04 13:12:42 -0400 |
---|---|---|
committer | Matthew Hoops | 2014-05-04 13:13:01 -0400 |
commit | b2be5788cf4305d2d9e47a6bd4f14f1a12140834 (patch) | |
tree | 59eff978a9c9a1b4978d77cc90dc895276534690 | |
parent | 29da6e5b9bf7c1328a6e08f37c8d67228143293a (diff) | |
download | scummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.tar.gz scummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.tar.bz2 scummvm-rg350-b2be5788cf4305d2d9e47a6bd4f14f1a12140834.zip |
MOHAWK: Add missing comma
-rw-r--r-- | engines/mohawk/riven_vars.cpp | 2 |
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", |