changeset 19:de685799a432

Made torps wobbly when going through nebulous terrain. Only happens if nebula_effect contains photon.
author darius
date Wed, 24 Dec 1997 12:40:04 +0000
parents 1424868939a8
children 9f180bf494bd
files src/torp.c
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/torp.c	Wed Dec 24 12:38:35 1997 +0000
+++ b/src/torp.c	Wed Dec 24 12:40:04 1997 +0000
@@ -28,8 +28,6 @@
 #include "data.h"
 #include "shmem.h"
 
-/* Foo */
-
 
 /*-----------------------------MODULE VARIABLES----------------------------*/
 
@@ -51,12 +49,12 @@
 
 /*---------------------------------NTORP--------------------------------*/
 /*
- * If a set of given conditions are met, fire a single torp in direction *
- * course.  Type is used because robots are allowed to shoot straight. *
- * Torps sent with status TMOVE wobble a bit.  TSTRAIGHT torps (fired * by
- * robots) move in a straight line. *
+ * If a set of given conditions are met, fire a single torp in direction
+ * course.  Type is used because robots are allowed to shoot straight.
+ * Torps sent with status TMOVE wobble a bit.  TSTRAIGHT torps (fired by
+ * robots) move in a straight line.
  * 
- * torp->t_fuse is the life of the torpedo.  It is set here based on * a
+ * torp->t_fuse is the life of the torpedo.  It is set here based on a
  * random function.  Torps currently live two to five seconds.
  */