MOHAWK: Remove extra coma

This commit is contained in:
Bastien Bouclet 2018-04-21 17:50:30 +02:00
parent e421b18c38
commit dd425413b5

View File

@ -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();