diff ship.d @ 12:2ecd16840900

added tracker
author Mason Green <mason.green@gmail.com>
date Sun, 22 Mar 2009 12:10:16 -0400
parents d998bf1b0654
children e1004697cae1
line wrap: on
line diff
--- a/ship.d	Sun Mar 22 09:35:24 2009 -0400
+++ b/ship.d	Sun Mar 22 12:10:16 2009 -0400
@@ -48,6 +48,7 @@
     bzVec2 up;
     bzVec2 side;
     bzVec2 forward;
+    bzVec2 target;
 	float speed = 0;
 	float maxForce = 0;