summaryrefslogtreecommitdiff
path: root/include/move.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-08-29 20:22:40 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-08-29 20:22:40 +0200
commitf35c5fca6a9faaa1caf3c1992844adf9033744e8 (patch)
tree766049f6ca2841a9c95a64f80cc316dada0f43fb /include/move.h
parent5afd2af2d2c13c9062f131bd728c018d3ac3adb9 (diff)
Improved efficiency of network
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
};