mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Player color selection fix
git-svn-id: https://svn.eduke32.com/eduke32@144 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
297400098b
commit
d4ffa1f689
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ void resetpspritevars(char g)
|
|||
|
||||
s->yvel = j;
|
||||
|
||||
if(!ud.pcolor[j])
|
||||
if(!ud.pcolor[j] && ud.multimode > 1)
|
||||
{
|
||||
if(s->pal == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue