mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 15:18:11 +00:00
MOHAWK: Remove extra coma
This commit is contained in:
parent
e421b18c38
commit
dd425413b5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user