[Scummvm-git-logs] scummvm master -> 236817d9052ef347d22f55e3bfd90416fec633df

aquadran noreply at scummvm.org
Wed Oct 2 20:49:04 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
236817d905 WINTERMUTE: WME3D: uint -> uint32


Commit: 236817d9052ef347d22f55e3bfd90416fec633df
    https://github.com/scummvm/scummvm/commit/236817d9052ef347d22f55e3bfd90416fec633df
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-10-02T22:48:59+02:00

Commit Message:
WINTERMUTE: WME3D: uint -> uint32

Changed paths:
    engines/wintermute/base/gfx/xskinmesh.cpp


diff --git a/engines/wintermute/base/gfx/xskinmesh.cpp b/engines/wintermute/base/gfx/xskinmesh.cpp
index 546014c576f..d6f115c2434 100644
--- a/engines/wintermute/base/gfx/xskinmesh.cpp
+++ b/engines/wintermute/base/gfx/xskinmesh.cpp
@@ -713,8 +713,7 @@ static void destroyMaterials(struct MeshData *meshData) {
 static bool parseMaterialList(XFileData &fileData, struct MeshData *meshData) {
 	XFileData child;
 	XClassType type;
-	uint nbChildren;
-	uint32 materialCount, i;
+	uint32 nbChildren, materialCount, i;
 
 	destroyMaterials(meshData);
 




More information about the Scummvm-git-logs mailing list