1
0

Fixed warning regarding an uninitialized value

This commit is contained in:
Julian Laubstein 2015-12-15 17:06:32 +01:00
parent a632f39546
commit 8d5f4f2160

View File

@ -199,7 +199,7 @@ public:
// Get parameters:
Ty1 * Self = nullptr;
UInt32 ItemID;
UInt32 ItemID = 0;
cLuaState::cRef FnRef;
L.GetStackValues(1, Self, ItemID, FnRef);
if (Self == nullptr)