]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add missing indentation
authorterencehill <piuntn@gmail.com>
Fri, 13 Oct 2017 21:09:27 +0000 (23:09 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 13 Oct 2017 21:09:27 +0000 (23:09 +0200)
qcsrc/ecs/systems/sv_physics.qc

index c20ae8bda2065a58ffd01176ae3ebbe5aa4412f1..6731bdf9433b7e228481237974e79a020334ddfa 100644 (file)
@@ -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