1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-17 09:47:18 +02:00

Add the (pickup world changed) event to the events enumeration.

This commit is contained in:
Sandu Liviu Catalin
2016-08-19 18:05:00 +03:00
parent 5bfaf73f92
commit ba3f829750

View File

@@ -367,6 +367,7 @@ enum EventType
EVT_PICKUPCLAIMED,
EVT_PICKUPCOLLECTED,
EVT_PICKUPRESPAWN,
EVT_PICKUPWORLD,
EVT_CHECKPOINTENTERED,
EVT_CHECKPOINTEXITED,
EVT_CHECKPOINTWORLD,