]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/XnaGame.cs
if you get exceptions you don't know how to deal with, try this new stable map which...
[chaz/carfire] / CarFire / CarFire / CarFire / XnaGame.cs
index da92bf0d7c011d7f118eac4996fbabf4fc493aa7..56f7479fddb7d6dacbed1eb45fe48a78e07ea3a1 100644 (file)
@@ -77,7 +77,7 @@ namespace CarFire
             deterministicGame.LoadContent(Content);\r
 \r
 #if MAP_TESTING\r
-            map = Content.Load<Map>("Maps/sandbox");\r
+            map = Content.Load<Map>("Maps/stable");\r
             Map.DefaultTile = Content.Load<Texture2D>("default");\r
             map.CenterCell = new Vector2(2, 4);\r
             List<object> entities = map.GetAllEntities();\r
This page took 0.020199 seconds and 4 git commands to generate.