Add proper DEF tokens for normal scale/bias in model skins.

git-svn-id: https://svn.eduke32.com/eduke32@1608 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2010-03-07 00:09:00 +00:00
parent 3a48576bfb
commit 2b734bb6d0

View file

@ -176,8 +176,8 @@ static tokenlist modelskintokens[] =
{ "intensity", T_PARAM },
{ "scale", T_PARAM },
{ "detailscale", T_PARAM },
{ "specpower", T_SPECPOWER },
{ "specfactor", T_SPECFACTOR },
{ "specpower", T_SPECPOWER }, { "parallaxscale", T_SPECPOWER },
{ "specfactor", T_SPECFACTOR }, { "parallaxbias", T_SPECFACTOR },
};
static tokenlist modelhudtokens[] =