Merge branch 'master' into menu_for_real

This commit is contained in:
Christoph Oelckers 2019-12-05 21:08:46 +01:00
commit 223c6d628e
14 changed files with 36 additions and 44 deletions

View file

@ -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);