WINTERMUTE: Fix uninitialized variable warning

This commit is contained in:
Kaloyan Chehlarski 2023-10-28 14:27:43 +03:00
parent 738c5035b5
commit bef3adce70

View File

@ -104,7 +104,7 @@ bool FrameNode::loadFromXData(const Common::String &filename, XModel *model, XFi
bool res = true;
// get the type of the object
XClassType objectType;
XClassType objectType = kXClassUnknown;
res = xobj->getType(objectType);
if (objectType == kXClassMesh) { // load a child mesh