shithub: rott

Download patch

ref: 791c4543734801e39ec50e3d1412bacf5c98c904
parent: 89eea5f0afedbfbcb49ccb5db53dbb6dd3352ba7
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:36:43 EDT 2018

Removing unused variables from rt_actor.c

--- a/rott/rt_actor.c
+++ b/rott/rt_actor.c
@@ -1665,14 +1665,8 @@
 
 void BlitzBatAttack(objtype*ob, objtype*target)
 {   
-    objtype *temp,*temp2;
     //objtype *grenadetarget;
-    statobj_t*tstat;
-    int dx,dy,dz,angle,momx,momy,op,magangle;
-    int tilexlow,tilexhigh;
-    int tileylow,tileyhigh;
-    int radius =0x10000;
-    int x,y;
+    int dx,dy,dz,angle,momx,momy,op;
 
     if (target->flags & FL_DYING)
         return;