- Added a "BlueMap" for powerup colors.
- Add the missing CF_WEAPONREADYALT and CF_WEAPONSWITCHOK flags. SVN r1723 (trunk)
This commit is contained in:
parent
aaf19b9127
commit
720747baef
10 changed files with 42 additions and 9 deletions
|
|
@ -1570,6 +1570,11 @@ DEFINE_CLASS_PROPERTY_PREFIX(powerup, color, C_f, Inventory)
|
|||
*pBlendColor = GREENCOLOR;
|
||||
return;
|
||||
}
|
||||
else if (!stricmp(name, "BLUEMAP"))
|
||||
{
|
||||
*pBlendColor = BLUECOLOR;
|
||||
return;
|
||||
}
|
||||
|
||||
color = V_GetColor(NULL, name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue