Formatting fixes
This commit is contained in:
parent
d9339d0d5a
commit
1c4bc57713
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue