[Scummvm-git-logs] scummvm master -> 231cc88e3a16588ed026f41f4af69f915af1ef44
aquadran
noreply at scummvm.org
Sat Oct 12 17:55:38 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:
231cc88e3a WINTERMUTE: Removed not used code
Commit: 231cc88e3a16588ed026f41f4af69f915af1ef44
https://github.com/scummvm/scummvm/commit/231cc88e3a16588ed026f41f4af69f915af1ef44
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-10-12T19:55:33+02:00
Commit Message:
WINTERMUTE: Removed not used code
Changed paths:
engines/wintermute/base/gfx/xmesh.cpp
diff --git a/engines/wintermute/base/gfx/xmesh.cpp b/engines/wintermute/base/gfx/xmesh.cpp
index d34d00f8bbe..96ec569f0d3 100644
--- a/engines/wintermute/base/gfx/xmesh.cpp
+++ b/engines/wintermute/base/gfx/xmesh.cpp
@@ -70,7 +70,6 @@ bool XMesh::loadFromXData(const Common::String &filename, XFileData *xobj) {
// load mesh
DXBuffer bufMaterials;
- //DXBuffer bufBoneOffset;
//uint32 numFaces;
uint32 numMaterials;
DXMesh *mesh;
@@ -190,7 +189,6 @@ bool XMesh::loadFromXData(const Common::String &filename, XFileData *xobj) {
}
bufMaterials.free();
- //bufBoneOffset.free();
return true;
}
More information about the Scummvm-git-logs
mailing list