summaryrefslogtreecommitdiff
path: root/include/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/move.h')
-rw-r--r--include/move.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/move.h b/include/move.h
index 8f27977..7ec63d9 100644
--- a/include/move.h
+++ b/include/move.h
@@ -7,6 +7,5 @@ enum class Move: int
MOVE_RIGHT = 2,
SHOOT = 3,
BUILD_ALIEN_FACTORY = 4,
- BUILD_MISSILE_CONTROLLER = 5,
- BUILD_SHIELD = 6
+ BUILD_MISSILE_CONTROLLER = 5
};