[Scummvm-git-logs] scummvm master -> ffb20dfa934157799f1a38793003111f9cc301e3
bluegr
noreply at scummvm.org
Mon Mar 9 02:14:01 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:
ffb20dfa93 CHAMBER: Change loadFond return type to Graphics::Surface*
Commit: ffb20dfa934157799f1a38793003111f9cc301e3
https://github.com/scummvm/scummvm/commit/ffb20dfa934157799f1a38793003111f9cc301e3
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-03-09T04:13:58+02:00
Commit Message:
CHAMBER: Change loadFond return type to Graphics::Surface*
Changed paths:
engines/chamber/resdata.h
diff --git a/engines/chamber/resdata.h b/engines/chamber/resdata.h
index fba3bffc11b..df56e4bb05b 100644
--- a/engines/chamber/resdata.h
+++ b/engines/chamber/resdata.h
@@ -22,6 +22,8 @@
#ifndef CHAMBER_RESDATA_H
#define CHAMBER_RESDATA_H
+#include "graphics/surface.h"
+
namespace Chamber {
typedef struct ResEntry_t {
@@ -91,7 +93,7 @@ uint16 saveFile(char *filename, byte *buffer, uint16 size);
int16 loadFilesList(ResEntry_t *entries);
int16 loadStaticData(void);
-int16 loadFond(void);
+Graphics::Surface *loadFond(void);
int16 loadSpritesData(void);
int16 loadPersData(void);
More information about the Scummvm-git-logs
mailing list