[Scummvm-git-logs] scummvm master -> 65b14cc9d5aac6591f256683c8fc61a3a78b7dfb

bluegr noreply at scummvm.org
Mon Mar 9 02:13:02 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:
65b14cc9d5 CHAMBER: Change loadFond return type to Graphics::Surface*


Commit: 65b14cc9d5aac6591f256683c8fc61a3a78b7dfb
    https://github.com/scummvm/scummvm/commit/65b14cc9d5aac6591f256683c8fc61a3a78b7dfb
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-03-09T04:12:59+02:00

Commit Message:
CHAMBER: Change loadFond return type to Graphics::Surface*

Changed paths:
    engines/chamber/resdata.cpp


diff --git a/engines/chamber/resdata.cpp b/engines/chamber/resdata.cpp
index d898203b8ee..4fa7300a746 100644
--- a/engines/chamber/resdata.cpp
+++ b/engines/chamber/resdata.cpp
@@ -20,6 +20,7 @@
  */
 
 #include "common/file.h"
+#include "graphics/surface.h"
 
 #include "chamber/chamber.h"
 #include "chamber/common.h"
@@ -244,7 +245,7 @@ int16 loadVepciData() {
 	return loadFilesList(res_texts);
 }
 
-int16 loadFond(void) {
+Graphics::Surface *loadFond(void) {
 	return loadSplash("FOND.BIN");
 }
 




More information about the Scummvm-git-logs mailing list