summaryrefslogtreecommitdiff
path: root/src/spacebot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spacebot.cpp')
-rw-r--r--src/spacebot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spacebot.cpp b/src/spacebot.cpp
index f30bb34..9d2df5c 100644
--- a/src/spacebot.cpp
+++ b/src/spacebot.cpp
@@ -8,6 +8,7 @@ Spacebot::Spacebot(std::string outputPath)
: outputFilename(outputPath+"/move.txt"),
gameState(outputPath+"/map.txt")
{
+ gameState.logState();
}
void Spacebot::writeNextMove()