]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/Program.cs
Implemented the base architecture we are bound to because of how the network code...
[chaz/carfire] / CarFire / CarFire / CarFire / Program.cs
index 7dad1ae6e185011dbf080baf5bd386a01b364da5..8a008959c5b98101841f728aed55d6d61a02a8b5 100644 (file)
@@ -9,7 +9,7 @@ namespace CarFire
         /// </summary>\r
         static void Main(string[] args)\r
         {\r
-            using (Game1 game = new Game1())\r
+            using (XnaGame game = new XnaGame())\r
             {\r
                 game.Run();\r
             }\r
This page took 0.017123 seconds and 4 git commands to generate.