mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-22 17:01:08 +00:00
- remove unused variable.
This commit is contained in:
parent
f58504250c
commit
f35ae98e13
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue