Player color selection fix

git-svn-id: https://svn.eduke32.com/eduke32@144 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-05-03 01:42:37 +00:00
parent 297400098b
commit d4ffa1f689
1 changed files with 1 additions and 1 deletions

View File

@ -1211,7 +1211,7 @@ void resetpspritevars(char g)
s->yvel = j; s->yvel = j;
if(!ud.pcolor[j]) if(!ud.pcolor[j] && ud.multimode > 1)
{ {
if(s->pal == 0) if(s->pal == 0)
{ {