[Scummvm-git-logs] scummvm master -> dd425413b5c69861fffe0071e6ca74b33a78c341

bgK bastien.bouclet at gmail.com
Sat Apr 21 17:50:59 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dd425413b5 MOHAWK: Remove extra coma


Commit: dd425413b5c69861fffe0071e6ca74b33a78c341
    https://github.com/scummvm/scummvm/commit/dd425413b5c69861fffe0071e6ca74b33a78c341
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-04-21T17:50:30+02:00

Commit Message:
MOHAWK: Remove extra coma

Changed paths:
    engines/mohawk/myst_stacks/selenitic.h


diff --git a/engines/mohawk/myst_stacks/selenitic.h b/engines/mohawk/myst_stacks/selenitic.h
index 368f6f2..fc20006 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();





More information about the Scummvm-git-logs mailing list