diff --git a/src/features/anti_aim.c b/src/features/anti_aim.c index 0eb0d42..e9d0da3 100644 --- a/src/features/anti_aim.c +++ b/src/features/anti_aim.c @@ -28,7 +28,6 @@ bool isSpacebarPressed() { return pressed; } - void anti_aim(usercmd_t* cmd) { if (cmd->buttons & IN_ATTACK || cmd->buttons & IN_USE) { if (cmd->buttons & IN_ATTACK) { diff --git a/src/hooks.c b/src/hooks.c index 08b77ab..4429cd9 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -94,7 +94,6 @@ int h_HUD_Redraw(float time, int intermission) { } else { color = (rgb_t){ 0, 255, 255 }; // default color } - /* Watermark */ engine_draw_text(5, 5, "https://git.deadzone.lol/Wizzard/goldsource-cheat", color); }