]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
reformat one comment inside target_speed to match the formatting of the same code...
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Thu, 9 Feb 2023 10:12:23 +0000 (11:12 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Thu, 9 Feb 2023 10:12:23 +0000 (11:12 +0100)
qcsrc/common/mapobjects/target/speed.qc

index 43d9ed164c96129510b6757c09cc4570d9636d61..fb7da581232594cec38a3d9276012625e816e264 100644 (file)
@@ -59,7 +59,8 @@ vector target_speed_calculatevelocity(entity this, float speed, entity pushed_en
        {
                launcherspeed += speed;
 
-               // add the add speed in the same variable as it goes in the same direction
+               // add the add speed in the same variable
+               // as it goes in the same direction
                if(is_add) launcherspeed += oldspeed;
        }