summaryrefslogtreecommitdiff
path: root/src/move_string_mapper.cpp
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 /src/move_string_mapper.cpp
parent5afd2af2d2c13c9062f131bd728c018d3ac3adb9 (diff)
Improved efficiency of network
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 37d5d7e..74fa0b5 100644
--- a/src/move_string_mapper.cpp
+++ b/src/move_string_mapper.cpp
@@ -12,7 +12,6 @@ MoveStringMapper::MoveStringMapper()
moveMap[Move::SHOOT] = "Shoot";
moveMap[Move::BUILD_ALIEN_FACTORY] = "BuildAlienFactory";
moveMap[Move::BUILD_MISSILE_CONTROLLER] = "BuildMissileController";
- moveMap[Move::BUILD_SHIELD] = "BuildShield";
}
std::string MoveStringMapper::toString(const Move &move)