mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed Powerup.Colormap 6 parameter version.
SVN r1868 (trunk)
This commit is contained in:
parent
9cc67f565c
commit
a3c80447d4
1 changed files with 3 additions and 3 deletions
|
@ -1638,9 +1638,9 @@ DEFINE_CLASS_PROPERTY_PREFIX(powerup, colormap, FFFfff, Inventory)
|
|||
PROP_FLOAT_PARM(r1, 0);
|
||||
PROP_FLOAT_PARM(g1, 1);
|
||||
PROP_FLOAT_PARM(b1, 2);
|
||||
PROP_FLOAT_PARM(r2, 0);
|
||||
PROP_FLOAT_PARM(g2, 1);
|
||||
PROP_FLOAT_PARM(b2, 2);
|
||||
PROP_FLOAT_PARM(r2, 3);
|
||||
PROP_FLOAT_PARM(g2, 4);
|
||||
PROP_FLOAT_PARM(b2, 5);
|
||||
*pBlendColor = MakeSpecialColormap(AddSpecialColormap(r1, g1, b1, r2, g2, b2));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue