mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- SW: Ensure all sprite angles are backed up in the ticker.
* Fixes #326.
This commit is contained in:
parent
321bfe86f8
commit
0c5729b0f6
1 changed files with 6 additions and 0 deletions
|
@ -6892,6 +6892,12 @@ MoveSkipSavePos(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// back up all sprite angles.
|
||||
for (int i = 0; i < MAXSPRITES; i++)
|
||||
{
|
||||
sprite[i].backupang();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue