Found a bug with mvd playback and colormod.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2057 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-06 18:53:09 +00:00
parent 0693518eed
commit b373195f02
1 changed files with 4 additions and 0 deletions

View File

@ -2402,6 +2402,10 @@ void CL_ParsePlayerinfo (void)
state->alpha = 255;
state->fatness = 0;
state->colourmod[0] = 32;
state->colourmod[1] = 32;
state->colourmod[2] = 32;
state->pm_type = PM_NORMAL;
TP_ParsePlayerInfo(oldstate, state, info);