[Scummvm-git-logs] scummvm master -> 1b57f0c6a95da7f682f95228e75eb58ccae19f83
digitall
noreply at scummvm.org
Tue Dec 31 10:34:54 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:
1b57f0c6a9 DGDS: Fix Fallthrough GCC Compiler Warning
Commit: 1b57f0c6a95da7f682f95228e75eb58ccae19f83
https://github.com/scummvm/scummvm/commit/1b57f0c6a95da7f682f95228e75eb58ccae19f83
Author: D G Turner (digitall at scummvm.org)
Date: 2024-12-31T10:34:28Z
Commit Message:
DGDS: Fix Fallthrough GCC Compiler Warning
Changed paths:
engines/dgds/menu.cpp
diff --git a/engines/dgds/menu.cpp b/engines/dgds/menu.cpp
index a513c313f56..757c5bc0267 100644
--- a/engines/dgds/menu.cpp
+++ b/engines/dgds/menu.cpp
@@ -729,6 +729,7 @@ void Menu::handleClick(const Common::Point &mouse) {
case kMenuWillyCreditsDone:
case kMenuWillyHelpDone:
hideMenu();
+ break;
default:
debug(1, "Clicked ID %d", clickedMenuItem);
break;
More information about the Scummvm-git-logs
mailing list