mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix player models view.
This commit is contained in:
parent
8af2d8614e
commit
5addc7462b
@ -1380,6 +1380,11 @@ int V_FindViewModelByWeaponModel( int weaponindex )
|
||||
{ "models/p_tripmine.mdl", "models/v_tripmine.mdl" },
|
||||
{ "models/p_satchel_radio.mdl", "models/v_satchel_radio.mdl" },
|
||||
{ "models/p_satchel.mdl", "models/v_satchel.mdl" },
|
||||
{ "models/p_swort.mdl", "models/v_swort.mdl" },
|
||||
{ "models/p_uzi.mdl", "models/v_uzi.mdl" },
|
||||
{ "models/p_9mm41a.mdl", "models/v_9mm41a.mdl" },
|
||||
{ "models/p_autoshotgun.mdl", "models/v_autoshotgun.mdl" },
|
||||
{ "models/p_ak47.mdl", "models/v_ak47.mdl" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user