Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Thu Sep 18 14:37:43 EDT 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-09-18 18:37:43 UTC

Log message:

very unimportant fix to make this compile in stock qcc as well as frikqcc (it was missing a ; at the end)

Modified files:
     qc/playermovement.qc

------=MIME.ed04cac13d4147d6cf407b0b6e205389
Content-Type: text/plain; name="dpmod.20030918.183743.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030918.183743.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/playermovement.qc
diff -u dpmod/qc/playermovement.qc:1.5 dpmod/qc/playermovement.qc:1.6
--- dpmod/qc/playermovement.qc:1.5	Sat Aug  9 12:20:28 2003
+++ dpmod/qc/playermovement.qc	Thu Sep 18 14:37:33 2003
@@ -180,4 +180,4 @@
 		if (f > 0)
 			self.velocity = self.velocity + wishdir * min(f, sv_accelerate * frametime * wishspeed);
 	}
-}
+};


More information about the twilight-commits mailing list