mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
WINTERMUTE: Fix uninitialized variable warning
This commit is contained in:
parent
738c5035b5
commit
bef3adce70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user