commit 4522420263710b0fc4ad293f42e9608aa45cca4e
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Apr 27 18:14:14 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Wed Apr 27 18:14:14 2022 +0300
hexen: Remove set but otherwise unused variable
---
src/hexen/in_lude.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c
index a9e3f6d6..a4c18d7d 100644
--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -167,7 +167,6 @@ static void InitStats(void)
int j;
int oldCluster;
signed int slaughterfrags;
- int posnum;
int slaughtercount;
int playercount;
const char *msgLumpName;
@@ -205,7 +204,6 @@ static void InitStats(void)
gametype = DEATHMATCH;
slaughterboy = 0;
slaughterfrags = -9999;
- posnum = 0;
playercount = 0;
slaughtercount = 0;
for (i = 0; i < maxplayers; i++)
@@ -221,7 +219,6 @@ static void InitStats(void)
totalFrags[i] += players[i].frags[j];
}
}
- posnum++;
}
if (totalFrags[i] > slaughterfrags)
{