Skip to content

Commit

Permalink
Removed Half Life player model
Browse files Browse the repository at this point in the history
  • Loading branch information
noodlecollie committed Apr 2, 2024
1 parent 1e09a17 commit c647d4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions game/content/nfopen/models/player.mdl

This file was deleted.

3 changes: 0 additions & 3 deletions game/content/nfopen/models/playert.mdl

This file was deleted.

6 changes: 5 additions & 1 deletion xash3d_engine/engine/src/server/sv_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,13 @@ void SV_CreateBaseline(void)
SV_WriteVoiceCodec(&sv.signon);

if ( FBitSet(host.features, ENGINE_QUAKE_COMPATIBLE) )
{
playermodel = SV_ModelIndex(DEFAULT_PLAYER_PATH_QUAKE);
}
else
playermodel = SV_ModelIndex(DEFAULT_PLAYER_PATH_HALFLIFE);
{
playermodel = SV_ModelIndex(PLAYER_MODEL_PATH);
}

memset(&nullstate, 0, sizeof(nullstate));

Expand Down

0 comments on commit c647d4d

Please sign in to comment.