mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
correct models provide skin path
This commit is contained in:
parent
b3bea99597
commit
bfa212f6ba
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ V_Render3dCrosshair(void)
|
|||
crosshair_ent.origin[2] = crosshair_trace.endpos[2];
|
||||
|
||||
crosshair_ent.model = R_RegisterModel("models/crosshair/tris.md2");
|
||||
crosshair_ent.skin = R_RegisterSkin("models/crosshair/skin.pcx");
|
||||
//crosshair_ent.skin = R_RegisterSkin("models/crosshair/skin.pcx");
|
||||
|
||||
AngleVectors2(crosshair_trace.plane.normal, crosshair_ent.angles);
|
||||
crosshair_ent.flags = RF_DEPTHHACK | RF_FULLBRIGHT | RF_NOSHADOW;
|
||||
|
|
Loading…
Reference in a new issue