src/Engine.cc
changeset 274 c35307e8645c
parent 233 ff4ecea83cf5
child 332 78657bf06302
--- a/src/Engine.cc	Mon Dec 08 00:05:45 2008 +0000
+++ b/src/Engine.cc	Mon Dec 08 00:16:43 2008 +0000
@@ -33,7 +33,7 @@
  	LocalPlayer* lp = new SinglePlayer(game_state);
 
     // add to gamestate
-	game_state.newLocalPlayer(lp);
+	game_state.setLocalPlayer(lp);
 }
 
 void Engine::stop (void) {