diff options
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(); |