Implement invalid unit positions

This commit is contained in:
mdiluzio 2014-12-29 21:55:32 +00:00
parent c98ac95759
commit d172922698
4 changed files with 122 additions and 16 deletions

View file

@ -7,8 +7,6 @@
#include "gametypes.h"
#include "vector2.h"
#define UNIT_FORMATTER "UNIT:%u pl:%u vs:%c dr:%c ps:[%u,%u]"
// force a reset of the unit ID value
void __forceResetCUnitID();