Support for .colormap on players.

This commit is contained in:
Marco Cawthorne 2021-05-20 16:05:34 +02:00
parent e4452dd681
commit c21707d773
2 changed files with 2 additions and 1 deletions

View file

@ -90,6 +90,7 @@ OP4CTFRules::PlayerDeath(base_player pp)
corpse.frame = ANIM_DIESIMPLE; corpse.frame = ANIM_DIESIMPLE;
corpse.angles = pl.angles; corpse.angles = pl.angles;
corpse.velocity = pl.velocity; corpse.velocity = pl.velocity;
corpse.colormap = pl.colormap;
} }
void void

View file

@ -23,7 +23,7 @@ enumflags
PLAYER_ORIGIN_Z, PLAYER_ORIGIN_Z,
PLAYER_ANGLES_X, PLAYER_ANGLES_X,
PLAYER_ANGLES_Y, PLAYER_ANGLES_Y,
PLAYER_ANGLES_Z, PLAYER_COLORMAP,
PLAYER_VELOCITY, PLAYER_VELOCITY,
PLAYER_VELOCITY_Z, PLAYER_VELOCITY_Z,
PLAYER_FLAGS, PLAYER_FLAGS,