mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref: enable multiplayer high defintion model in menu preview
This commit is contained in:
@@ -3389,7 +3389,8 @@ static int R_StudioDrawPlayer( int flags, entity_state_t *pplayer )
|
||||
|
||||
if( flags & STUDIO_RENDER )
|
||||
{
|
||||
if( cl_himodels->value && RI.currentmodel != RI.currententity->model )
|
||||
// change body if it's a menu entity
|
||||
if( cl_himodels->value && ( RI.currentmodel != RI.currententity->model || !RI.drawWorld ))
|
||||
{
|
||||
// show highest resolution multiplayer model
|
||||
RI.currententity->curstate.body = 255;
|
||||
|
||||
@@ -3155,7 +3155,8 @@ static int R_StudioDrawPlayer( int flags, entity_state_t *pplayer )
|
||||
|
||||
if( flags & STUDIO_RENDER )
|
||||
{
|
||||
if( cl_himodels->value && RI.currentmodel != RI.currententity->model )
|
||||
// change body if it's a menu entity
|
||||
if( cl_himodels->value && ( RI.currentmodel != RI.currententity->model || !RI.drawWorld ))
|
||||
{
|
||||
// show highest resolution multiplayer model
|
||||
RI.currententity->curstate.body = 255;
|
||||
|
||||
Reference in New Issue
Block a user