summaryrefslogtreecommitdiff
path: root/src/move_string_mapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/move_string_mapper.cpp')
-rw-r--r--src/move_string_mapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/move_string_mapper.cpp b/src/move_string_mapper.cpp
index 74fa0b5..feffbaa 100644
--- a/src/move_string_mapper.cpp
+++ b/src/move_string_mapper.cpp
@@ -10,7 +10,6 @@ MoveStringMapper::MoveStringMapper()
moveMap[Move::MOVE_LEFT] = "MoveLeft";
moveMap[Move::MOVE_RIGHT] = "MoveRight";
moveMap[Move::SHOOT] = "Shoot";
- moveMap[Move::BUILD_ALIEN_FACTORY] = "BuildAlienFactory";
moveMap[Move::BUILD_MISSILE_CONTROLLER] = "BuildMissileController";
}