src/Engine.cc
branchnew_graphics
changeset 413 7dddc163489a
parent 411 106aaf6eadfe
child 417 c503e0c6a740
--- a/src/Engine.cc	Wed Jan 21 23:07:22 2009 +0200
+++ b/src/Engine.cc	Wed Jan 21 23:25:29 2009 +0200
@@ -75,7 +75,7 @@
 
     // put graphics into GameView mode
     if (graphics)
-        graphics->displayGameView(*game_state, game_state->getLocalPlayer());
+        graphics->displayGameView(*game_state, lp);
  
 }