diff melee.d @ 13:e1004697cae1

tracking
author zzzzrrr <mason.green@gmail.com>
date Mon, 23 Mar 2009 08:02:23 -0400
parents d998bf1b0654
children af1e8620f027
line wrap: on
line diff
--- a/melee.d	Sun Mar 22 12:10:16 2009 -0400
+++ b/melee.d	Mon Mar 23 08:02:23 2009 -0400
@@ -165,8 +165,8 @@
 		world.boundaryListener = m_boundaryListener;
 		world.contactListener = m_contactListener;
 		viewCenter = vec2(10, 10);
-		ship1 = new Orz(world);
-		ship2 = new UrQuan(world);
+		ship1 = new UrQuan(world);
+		ship2 = new Orz(world);
         auto planet = new Planet(world);
 	}