Call custom_crosshair from HUD_Redraw
This commit is contained in:
parent
25962163e0
commit
950c7e1cd5
|
@ -69,6 +69,7 @@ int h_HUD_Redraw(float time, int intermission) {
|
||||||
engine_draw_text(5, 5, "8dcc/hl-cheat", (rgb_t){ 255, 255, 255 });
|
engine_draw_text(5, 5, "8dcc/hl-cheat", (rgb_t){ 255, 255, 255 });
|
||||||
|
|
||||||
esp();
|
esp();
|
||||||
|
custom_crosshair();
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue