[Scummvm-git-logs] scummvm master -> 44019eb99cf02810fa2ca3de6a9b528ca21e8e43

aquadran noreply at scummvm.org
Sat Sep 13 14:50:30 UTC 2025


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

Summary:
44019eb99c WINTERMUTE: Fixed compilation


Commit: 44019eb99cf02810fa2ca3de6a9b528ca21e8e43
    https://github.com/scummvm/scummvm/commit/44019eb99cf02810fa2ca3de6a9b528ca21e8e43
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-13T16:50:25+02:00

Commit Message:
WINTERMUTE: Fixed compilation

Changed paths:
    engines/wintermute/ad/ad_actor.cpp


diff --git a/engines/wintermute/ad/ad_actor.cpp b/engines/wintermute/ad/ad_actor.cpp
index 08fa891c31c..318ec842862 100644
--- a/engines/wintermute/ad/ad_actor.cpp
+++ b/engines/wintermute/ad/ad_actor.cpp
@@ -812,6 +812,7 @@ bool AdActor::update() {
 		}
 		break;
 	default:
+		break;
 	}
 
 	// Below condition code is not present in Lite up to (Feb 8, 2012) (SVN repo)




More information about the Scummvm-git-logs mailing list