diff options
author | Bastien Bouclet | 2018-04-21 17:50:30 +0200 |
---|---|---|
committer | Bastien Bouclet | 2018-04-21 17:50:30 +0200 |
commit | dd425413b5c69861fffe0071e6ca74b33a78c341 (patch) | |
tree | 4ecbb0f36161157e7d2948e461cf3a41f22ca44d /engines/mohawk | |
parent | e421b18c3874702d66ff4bdd7e6c2416160c4270 (diff) | |
download | scummvm-rg350-dd425413b5c69861fffe0071e6ca74b33a78c341.tar.gz scummvm-rg350-dd425413b5c69861fffe0071e6ca74b33a78c341.tar.bz2 scummvm-rg350-dd425413b5c69861fffe0071e6ca74b33a78c341.zip |
MOHAWK: Remove extra coma
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/myst_stacks/selenitic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/selenitic.h b/engines/mohawk/myst_stacks/selenitic.h index 368f6f2566..fc20006165 100644 --- a/engines/mohawk/myst_stacks/selenitic.h +++ b/engines/mohawk/myst_stacks/selenitic.h @@ -79,7 +79,7 @@ private: kSoundReceiverSpeedSlow = 1, kSoundReceiverSpeedNormal = 5, // The original has this at 10 kSoundReceiverSpeedFast = 10, // The original has this at 50 too fast! - kSoundReceiverSpeedFaster = 13, // The original has this at 100, way too fast! + kSoundReceiverSpeedFaster = 13 // The original has this at 100, way too fast! }; void soundReceiver_run(); |