ZVISION: Fix uninitialized scalar field (CID 1257081)

This commit is contained in:
Marisa-Chan 2014-12-19 16:52:26 +06:00
parent abf37ebbf3
commit ed66fbefdf

View File

@ -354,7 +354,6 @@ public:
bool execute();
private:
uint32 _key;
ValueSlot *_max;
};