- remove unused variable.

This commit is contained in:
Christoph Oelckers 2023-05-21 08:11:44 +02:00
parent f58504250c
commit f35ae98e13

View file

@ -739,15 +739,9 @@ void DoAutoSize(tspritetype* tspr)
}
// Rotation angles for sprites
short rotang = 0;
void JAnalyzeSprites(tspritetype* tspr)
{
rotang += 4;
if (rotang > 2047)
rotang = 0;
// Take care of autosizing
DoAutoSize(tspr);