Fixed warning regarding an uninitialized value
This commit is contained in:
parent
a632f39546
commit
8d5f4f2160
@ -199,7 +199,7 @@ public:
|
|||||||
|
|
||||||
// Get parameters:
|
// Get parameters:
|
||||||
Ty1 * Self = nullptr;
|
Ty1 * Self = nullptr;
|
||||||
UInt32 ItemID;
|
UInt32 ItemID = 0;
|
||||||
cLuaState::cRef FnRef;
|
cLuaState::cRef FnRef;
|
||||||
L.GetStackValues(1, Self, ItemID, FnRef);
|
L.GetStackValues(1, Self, ItemID, FnRef);
|
||||||
if (Self == nullptr)
|
if (Self == nullptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user