Merge branch 'master' into newrenderer

This commit is contained in:
Christoph Oelckers 2021-04-20 20:46:06 +02:00
commit f51872db25
9 changed files with 39 additions and 11 deletions

View file

@ -6891,6 +6891,12 @@ MoveSkipSavePos(void)
}
}
}
// back up all sprite angles.
for (int i = 0; i < MAXSPRITES; i++)
{
sprite[i].backupang();
}
}