Unbreak game startup
[naja.git] / naja / gamestate.py
index 4e892f883ef4cf7ab456a871cda2a13f37c5ca7b..a82cec8e6f5de9f9229f63a950b4c12d5d9acb65 100644 (file)
@@ -12,7 +12,7 @@ class GameState(object):
 
     def __init__(self):
         self.gameboard = GameBoard.new_game(
-            locations_definition=[])  # TODO: we will need some of these :)
+            locations_definition=[{'actions': []}])  # TODO: we will need some of these :)
 
     @property
     def player(self):