mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 11:11:04 +00:00
Merge branch 'master' into menu_for_real
This commit is contained in:
commit
223c6d628e
14 changed files with 36 additions and 44 deletions
|
@ -7597,7 +7597,8 @@ pDisplaySprites(PLAYERp pp)
|
|||
}
|
||||
|
||||
#if 1
|
||||
if (TEST(psp->flags, PANF_KILL_AFTER_SHOW) && !TEST(psp->flags, PANF_NOT_ALL_PAGES))
|
||||
extern SWBOOL UsingMenus;
|
||||
if (TEST(psp->flags, PANF_KILL_AFTER_SHOW) && !TEST(psp->flags, PANF_NOT_ALL_PAGES) && !UsingMenus)
|
||||
{
|
||||
psp->numpages = 0;
|
||||
SET(flags, ROTATE_SPRITE_ALL_PAGES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue