diff options
Diffstat (limited to 'Unit.h')
| -rw-r--r-- | Unit.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -58,6 +58,7 @@ typedef enum t_unitid // Buildings BARRACKS, TOWER, + TOWN_CENTER, MAX_BUILDING_ID, @@ -75,9 +76,9 @@ typedef struct typedef enum t_availableactions { - ACTION_BUILD, + ACTION_BUILD_BARRACKS, ACTION_ATTACK, - ACTION_CREATE_UNIT, + ACTION_CREATE_PEASANT, MAX_ACTIONS }UNIT_ACTION; |
