Formatting fixes

This commit is contained in:
Wizzard 2023-09-21 02:30:31 -04:00
parent d9339d0d5a
commit 1c4bc57713
2 changed files with 0 additions and 2 deletions

View File

@ -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) {

View File

@ -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);
}