]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/Player.cs
Reseting the map seems to be working now.
[chaz/carfire] / CarFire / CarFire / CarFire / Player.cs
index e89b28473e1143abdaf37fc453f181f2042d7a03..58460500a02932441be7bd4142fd5ba51c8b6f20 100644 (file)
@@ -38,7 +38,7 @@ namespace CarFire
         public Point Coordinates { get { return mMotion.Coordinates; }\r
             set\r
             {\r
-                Coordinates = value;\r
+                mMotion.Coordinates = value;\r
                 mMotion = new MovementManager(value, basePlayerSpeed);\r
             } }\r
         public char Identifier { get { return mPlayerIndex.ToString()[0]; } }\r
This page took 0.017769 seconds and 4 git commands to generate.