From 55bd26c3b07c6fbacbaa1e58873dafd2136e3826 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Thu, 9 Feb 2023 11:12:23 +0100 Subject: [PATCH] reformat one comment inside target_speed to match the formatting of the same code inside the loop --- qcsrc/common/mapobjects/target/speed.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/mapobjects/target/speed.qc b/qcsrc/common/mapobjects/target/speed.qc index 43d9ed164..fb7da5812 100644 --- a/qcsrc/common/mapobjects/target/speed.qc +++ b/qcsrc/common/mapobjects/target/speed.qc @@ -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; } -- 2.39.2