[Scummvm-git-logs] scummvm master -> d43c128aaca2b70994024531b3ab3f945bf0baf8
eriktorbjorn
noreply at scummvm.org
Tue Nov 19 17:19:06 UTC 2024
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:
d43c128aac DGDS: Add missing break
Commit: d43c128aaca2b70994024531b3ab3f945bf0baf8
https://github.com/scummvm/scummvm/commit/d43c128aaca2b70994024531b3ab3f945bf0baf8
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-11-19T18:18:54+01:00
Commit Message:
DGDS: Add missing break
Changed paths:
engines/dgds/inventory.cpp
diff --git a/engines/dgds/inventory.cpp b/engines/dgds/inventory.cpp
index 79de9f3f1c0..ffc66e8b0a1 100644
--- a/engines/dgds/inventory.cpp
+++ b/engines/dgds/inventory.cpp
@@ -167,6 +167,7 @@ void Inventory::draw(Graphics::ManagedSurface &surf, int itemCount) {
break;
case GID_WILLY:
showTimeButtons = static_cast<WillyGlobals *>(engine->getGameGlobals())->isDrawTimeSkipButtons();
+ break;
default:
showTimeButtons = false;
break;
More information about the Scummvm-git-logs
mailing list