From b3a3f89f5039d708efe643f3947d33c304cdca33 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 8 Sep 2022 00:15:58 +0200 Subject: [PATCH] - silenced some warnings --- source/games/sw/src/sprite.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/games/sw/src/sprite.cpp b/source/games/sw/src/sprite.cpp index 9867c4ede..d539b9a7d 100644 --- a/source/games/sw/src/sprite.cpp +++ b/source/games/sw/src/sprite.cpp @@ -5162,7 +5162,6 @@ int DoGet(DSWActor* actor) { PLAYER* pp; short pnum, key_num; - int a,b,c; bool can_see; // For flag stuff @@ -6209,7 +6208,6 @@ void SpriteControl(void) int32_t stat; short pnum, CloseToPlayer; PLAYER* pp; - int tx, ty, tmin; short StateTics; SWStatIterator it(STAT_MISC);