[Scummvm-git-logs] scummvm master -> 0cffb34d58115a79b5179f54f2ba2566537c48b1
digitall
noreply at scummvm.org
Sun Jun 15 21:00:56 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:
0cffb34d58 NANCY: Fix Fallthrough GCC Compiler Warning
Commit: 0cffb34d58115a79b5179f54f2ba2566537c48b1
https://github.com/scummvm/scummvm/commit/0cffb34d58115a79b5179f54f2ba2566537c48b1
Author: D G Turner (digitall at scummvm.org)
Date: 2025-06-15T22:00:15+01:00
Commit Message:
NANCY: Fix Fallthrough GCC Compiler Warning
Changed paths:
engines/nancy/action/arfactory.cpp
diff --git a/engines/nancy/action/arfactory.cpp b/engines/nancy/action/arfactory.cpp
index 6f1b43dd40f..58dc3a375c7 100644
--- a/engines/nancy/action/arfactory.cpp
+++ b/engines/nancy/action/arfactory.cpp
@@ -295,6 +295,7 @@ ActionRecord *ActionManager::createActionRecord(uint16 type, Common::SeekableRea
// This got moved in nancy9
return new SetVolume();
}
+ return nullptr;
case 150:
return new PlaySound();
case 151:
More information about the Scummvm-git-logs
mailing list