shithub: rott

Download patch

ref: a313277d47b7728312262a29f4deafe077576065
parent: af8d4e041098a4453c2670cabfc09bd2c3a7df39
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 08:03:59 EDT 2018

Removing unused but set variables in rt_stat.c

--- a/rott/rt_stat.c
+++ b/rott/rt_stat.c
@@ -1854,7 +1854,7 @@
 */
 
 void DoSprites(void)
-{   int index,i;
+{   int index;
     statobj_t *temp,*tempnext;
 
 
@@ -1861,7 +1861,6 @@
 #if (0)
     Debug("\n");
 #endif
-    i=0;
     for(temp = firstactivestat; temp;)
     {   tempnext = temp->nextactive;