[Scummvm-git-logs] scummvm master -> 29dbdb1d1412974a8e05f53a4ca940a73f2bf523

sev- noreply at scummvm.org
Sun Apr 12 07:49:37 UTC 2026


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:
29dbdb1d14 WAYNESWORD: Fix compilation


Commit: 29dbdb1d1412974a8e05f53a4ca940a73f2bf523
    https://github.com/scummvm/scummvm/commit/29dbdb1d1412974a8e05f53a4ca940a73f2bf523
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-12T09:49:13+02:00

Commit Message:
WAYNESWORD: Fix compilation

Changed paths:
    engines/waynesworld/wwintro_demo1.cpp


diff --git a/engines/waynesworld/wwintro_demo1.cpp b/engines/waynesworld/wwintro_demo1.cpp
index b4be8265e24..5a2163377f7 100644
--- a/engines/waynesworld/wwintro_demo1.cpp
+++ b/engines/waynesworld/wwintro_demo1.cpp
@@ -39,4 +39,8 @@ void WWIntro_demo1::runIntro() {
 	bool continueFl = introPt1();
 }
 
+bool WWIntro_demo1::introPt1() {
+	return false;
+}
+
 } // End of namespace WaynesWorld




More information about the Scummvm-git-logs mailing list