Update with more pre-generated levels

Also clean up test code to not output unless erroring
This commit is contained in:
mdiluzio 2014-12-16 22:35:56 +00:00
parent dbfd932a64
commit 526451ad02
4 changed files with 59 additions and 19 deletions

View file

@ -9,6 +9,9 @@
#define UNIT_FORMATTER "UNIT:%u tm:%u vs:%c dr:%c ps:[%u,%u]"
// force a reset of the unit ID value
void forceResetUnitId();
// Base unit type
class CUnit
{