summaryrefslogtreecommitdiff
path: root/include/move.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-09-06 13:45:56 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-09-06 13:45:56 +0200
commita515cb497c109a533d73475be8ea6df6bdeafd96 (patch)
treed719baffaf6dc697a9bc35a31a882c1fb67f6467 /include/move.h
parent84d9333a4ac4b9d60dc9b525b8006456d6f614dc (diff)
Removed some buildings made network more efficient
Also decreased number of sensors.
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 7ec63d9..df95761 100644
--- a/include/move.h
+++ b/include/move.h
@@ -6,6 +6,5 @@ enum class Move: int
MOVE_LEFT = 1,
MOVE_RIGHT = 2,
SHOOT = 3,
- BUILD_ALIEN_FACTORY = 4,
- BUILD_MISSILE_CONTROLLER = 5
+ BUILD_MISSILE_CONTROLLER = 4
};