HYPNO: initialize frameDelay

This commit is contained in:
neuromancer 2022-01-31 11:58:12 +01:00
parent a2d4f16d68
commit 6d8672bec9

View file

@ -430,6 +430,7 @@ public:
id = 0; id = 0;
obj1KillsRequired = 0; obj1KillsRequired = 0;
obj1MissesAllowed = 0; obj1MissesAllowed = 0;
frameDelay = 0;
} }
uint32 id; uint32 id;
uint32 frameDelay; uint32 frameDelay;