[Scummvm-git-logs] scummvm master -> 780b5807fcbc93f5686be1bcaac8fc46b918f947

dreammaster noreply at scummvm.org
Mon Apr 27 00:16:06 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:
780b5807fc MADS: DRAGONSPHERE: Further compilation fix


Commit: 780b5807fcbc93f5686be1bcaac8fc46b918f947
    https://github.com/scummvm/scummvm/commit/780b5807fcbc93f5686be1bcaac8fc46b918f947
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-04-27T10:15:58+10:00

Commit Message:
MADS: DRAGONSPHERE: Further compilation fix

Changed paths:
    engines/mads/madsv2/dragonsphere/dragonsphere.cpp
    engines/mads/madsv2/dragonsphere/rooms/section9.cpp


diff --git a/engines/mads/madsv2/dragonsphere/dragonsphere.cpp b/engines/mads/madsv2/dragonsphere/dragonsphere.cpp
index 56eb02feb8f..370f905ee38 100644
--- a/engines/mads/madsv2/dragonsphere/dragonsphere.cpp
+++ b/engines/mads/madsv2/dragonsphere/dragonsphere.cpp
@@ -46,7 +46,7 @@ Common::Error DragonsphereEngine::run() {
 
 	// Run the game
 	// TODO
-	global_section_constructor();	// Test call
+	Dragonsphere::global_section_constructor();	// Test call
 
 	return Common::kNoError;
 }
diff --git a/engines/mads/madsv2/dragonsphere/rooms/section9.cpp b/engines/mads/madsv2/dragonsphere/rooms/section9.cpp
index cc63abdfbed..170da15be05 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/section9.cpp
+++ b/engines/mads/madsv2/dragonsphere/rooms/section9.cpp
@@ -27,7 +27,7 @@ namespace MADSV2 {
 namespace Dragonsphere {
 namespace Rooms {
 
-void section_0_preload() {
+void section_9_preload() {
 }
 
 } // namespace Rooms




More information about the Scummvm-git-logs mailing list