1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Add the (pickup automatic status changed) event to the events enumeration.

This commit is contained in:
Sandu Liviu Catalin 2016-08-19 18:23:27 +03:00
parent cdc0ac7585
commit a47f7541d0

View File

@ -369,6 +369,7 @@ enum EventType
EVT_PICKUPRESPAWN,
EVT_PICKUPWORLD,
EVT_PICKUPALPHA,
EVT_PICKUPAUTOMATIC,
EVT_CHECKPOINTENTERED,
EVT_CHECKPOINTEXITED,
EVT_CHECKPOINTWORLD,