src/SinglePlayer.hh
changeset 409 1a03ff151abc
parent 283 7540b0859579
--- a/src/SinglePlayer.hh	Tue Jan 20 23:30:18 2009 +0200
+++ b/src/SinglePlayer.hh	Wed Jan 21 00:21:42 2009 +0200
@@ -9,7 +9,7 @@
 class SinglePlayer : public LocalPlayer {
     public:
         SinglePlayer (GameState &state) :
-            Player(state, Vector(PLAYER_INITIAL_X, PLAYER_INITIAL_Y), true)
+            Player(state, Vector(state.world.dimensions / 2), true)
         { 
         
         }