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

aquadran noreply at scummvm.org
Thu Jul 7 14:50:27 UTC 2022


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:
e66834d200 ICB: Janitorial


Commit: e66834d200f2161e9253fa33fa442d7a1fac6123
    https://github.com/scummvm/scummvm/commit/e66834d200f2161e9253fa33fa442d7a1fac6123
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-07T16:50:19+02:00

Commit Message:
ICB: Janitorial

Changed paths:
    engines/icb/sound/fx_manager.cpp


diff --git a/engines/icb/sound/fx_manager.cpp b/engines/icb/sound/fx_manager.cpp
index da8618aa500..cdf8414e2b8 100644
--- a/engines/icb/sound/fx_manager.cpp
+++ b/engines/icb/sound/fx_manager.cpp
@@ -97,7 +97,6 @@ bool8 FxManager::Poll() {
 			if (m_effects[id].delay != 0)
 				break;
 			// falls through
-			// FIXME: fallthrough intentional?
 
 		// It's waiting to play
 		case Effect::QUEUED: {




More information about the Scummvm-git-logs mailing list