summaryrefslogtreecommitdiff
path: root/src/move_string_mapper.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-09-20 16:00:02 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-09-20 16:00:02 +0200
commit31a82b0359515ae579514024b22873fb708c3f53 (patch)
tree3cdf12666b03813c4a1f6d5a421f8648f8bb163d /src/move_string_mapper.cpp
parenta515cb497c109a533d73475be8ea6df6bdeafd96 (diff)
Made manually tuned brain
Diffstat (limited to 'src/move_string_mapper.cpp')
-rw-r--r--src/move_string_mapper.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/move_string_mapper.cpp b/src/move_string_mapper.cpp
index feffbaa..ed510c1 100644
--- a/src/move_string_mapper.cpp
+++ b/src/move_string_mapper.cpp
@@ -11,6 +11,8 @@ MoveStringMapper::MoveStringMapper()
moveMap[Move::MOVE_RIGHT] = "MoveRight";
moveMap[Move::SHOOT] = "Shoot";
moveMap[Move::BUILD_MISSILE_CONTROLLER] = "BuildMissileController";
+ moveMap[Move::BUILD_ALIEN_FACTORY] = "BuildAlienFactory";
+ moveMap[Move::BUILD_SHIELD] = "BuildShield";
}
std::string MoveStringMapper::toString(const Move &move)