Add support for top/bottom color on players and viewmodels.

This commit is contained in:
Marco Cawthorne 2021-05-20 16:02:49 +02:00
parent aee6759772
commit 594fea1df5
11 changed files with 11 additions and 10 deletions

View file

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

View file

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