cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r126 - trunk/skorpion


From: will
Subject: [cinvoke-svn] r126 - trunk/skorpion
Date: 18 Nov 2006 02:26:07 -0500

Author: vmy
Date: 2006-11-18 02:26:07 -0500 (Sat, 18 Nov 2006)
New Revision: 126

Modified:
   trunk/skorpion/skorpion.cs
Log:
thruster visible on all ships

Modified: trunk/skorpion/skorpion.cs
===================================================================
--- trunk/skorpion/skorpion.cs  2006-11-18 07:15:13 UTC (rev 125)
+++ trunk/skorpion/skorpion.cs  2006-11-18 07:26:07 UTC (rev 126)
@@ -40,7 +40,7 @@
                public static CreateFlags   DevFlags            = 
CreateFlags.HardwareVertexProcessing;
 
                public static ushort        Team                = 1;
-               public static bool          Thrusters           = false;
+               public static bool          Thrusters           = true;
 
                public static bool          ClientStart         = true;
                public static string        ClientConnect       = "pleep.com";
@@ -747,7 +747,7 @@
                                                Ship s = (Ship)e2;
                                                if (e2.ID == Me.ID) s = Me;
                                                DrawThrusters(s);
-                                               break;
+                                               //break;
 #if false
                                        if (ClientConfig.Thrusters) 
                                        {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]