[Scummvm-git-logs] scummvm master -> cca817db5c3dcb6cd330ff92a0cf3c9246c753d0

Strangerke noreply at scummvm.org
Fri Apr 3 21:59:57 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:
cca817db5c WAYNESWORLD: Janitorial: Add some missing extra lines between methods where missing


Commit: cca817db5c3dcb6cd330ff92a0cf3c9246c753d0
    https://github.com/scummvm/scummvm/commit/cca817db5c3dcb6cd330ff92a0cf3c9246c753d0
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-04-03T23:59:48+02:00

Commit Message:
WAYNESWORLD: Janitorial: Add some missing extra lines between methods where missing

Changed paths:
    engines/waynesworld/intro.cpp


diff --git a/engines/waynesworld/intro.cpp b/engines/waynesworld/intro.cpp
index 264dd245b0c..16f9b2823b6 100644
--- a/engines/waynesworld/intro.cpp
+++ b/engines/waynesworld/intro.cpp
@@ -586,6 +586,7 @@ bool WaynesWorldEngine::introPt4_intro() {
 
 	return true;
 }
+
 bool WaynesWorldEngine::introPt4_displayCallInTime() {
 	WWSurface *pt4Sub3Surface1 = new WWSurface(178, 21);
 	WWSurface *pt4Sub3Surface2 = new WWSurface(178, 21);
@@ -614,6 +615,7 @@ bool WaynesWorldEngine::introPt4_displayCallInTime() {
 
 	return true;
 }
+
 bool WaynesWorldEngine::introPt4_caller1() {
 	for (int i = 0; i < 3; ++i) {
 		for (int j = 0; j < 15; ++j) {
@@ -753,6 +755,7 @@ bool WaynesWorldEngine::introPt4_caller1() {
 	}
 	return true;
 }
+
 bool WaynesWorldEngine::introPt4_caller2() {
 	for (int i = 0; i < 4; ++i) {
 		sub2FEFB(1, 0, 1, getRandom(3), getRandom(11), 2);
@@ -859,6 +862,7 @@ bool WaynesWorldEngine::introPt4_caller2() {
 	}
 	return true;
 }
+
 bool WaynesWorldEngine::introPt4_caller3() {
 	for (int i = 0; i < 5; ++i) {
 		sub2FEFB(1, 0, 1, getRandom(3), getRandom(11), 2);




More information about the Scummvm-git-logs mailing list