[Scummvm-git-logs] scummvm master -> 9c50de9273941497fb0af7906758b56b50db2bdb

dwatteau noreply at scummvm.org
Sun May 18 02:10:08 UTC 2025


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:
9c50de9273 TINSEL: Silence compiler warning without TinyGL


Commit: 9c50de9273941497fb0af7906758b56b50db2bdb
    https://github.com/scummvm/scummvm/commit/9c50de9273941497fb0af7906758b56b50db2bdb
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-05-18T04:06:13+02:00

Commit Message:
TINSEL: Silence compiler warning without TinyGL

Changed paths:
    engines/tinsel/noir/spriter.h


diff --git a/engines/tinsel/noir/spriter.h b/engines/tinsel/noir/spriter.h
index 6f48a47383d..f27a2d3281b 100644
--- a/engines/tinsel/noir/spriter.h
+++ b/engines/tinsel/noir/spriter.h
@@ -214,7 +214,9 @@ private:
 	Common::Array<uint8> _textureData;
 
 	bool _textureGenerated;
+#if defined(USE_TINYGL)
 	uint _texture[4];
+#endif
 
 	bool _modelIdle;
 




More information about the Scummvm-git-logs mailing list