update flag positions after updating the player ones

This commit is contained in:
oy 2018-10-21 10:37:50 +02:00
parent 9d5795fd18
commit 18e293ee62

View file

@ -21,8 +21,8 @@ public:
ENTTYPE_PROJECTILE = 0,
ENTTYPE_LASER,
ENTTYPE_PICKUP,
ENTTYPE_FLAG,
ENTTYPE_CHARACTER,
ENTTYPE_FLAG,
NUM_ENTTYPES
};