From: terencehill Date: Fri, 13 Oct 2017 21:09:27 +0000 (+0200) Subject: Add missing indentation X-Git-Tag: xonotic-v0.8.5~2448 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5e4918a93971eb7ce36a44f5286163be598e0663;p=xonotic%2Fxonotic-data.pk3dir.git Add missing indentation --- diff --git a/qcsrc/ecs/systems/sv_physics.qc b/qcsrc/ecs/systems/sv_physics.qc index c20ae8bda..6731bdf94 100644 --- a/qcsrc/ecs/systems/sv_physics.qc +++ b/qcsrc/ecs/systems/sv_physics.qc @@ -64,7 +64,9 @@ void sys_phys_spectator_control(entity this) || CS(this).impulse == 15 || CS(this).impulse == 18 || (CS(this).impulse >= 200 && CS(this).impulse <= 209) - ) { this.spectatorspeed = bound(1, this.spectatorspeed + 0.5, 5); } else if (CS(this).impulse == 11) { + ) { + this.spectatorspeed = bound(1, this.spectatorspeed + 0.5, 5); + } else if (CS(this).impulse == 11) { this.spectatorspeed = maxspeed_mod; } else if (CS(this).impulse == 12 || CS(this).impulse == 16