mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
Merge branch 'master' into newrenderer
This commit is contained in:
commit
f51872db25
9 changed files with 39 additions and 11 deletions
|
@ -6891,6 +6891,12 @@ MoveSkipSavePos(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// back up all sprite angles.
|
||||
for (int i = 0; i < MAXSPRITES; i++)
|
||||
{
|
||||
sprite[i].backupang();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue