]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Move comment down to lower lines length
authorDes <xon@damianv.com.ar>
Mon, 25 Nov 2024 23:01:26 +0000 (20:01 -0300)
committerDes <xon@damianv.com.ar>
Mon, 25 Nov 2024 23:01:26 +0000 (20:01 -0300)
qcsrc/server/race.qc

index f4c72eb3209b954aa6a1d1884209ad62582edbf4..35e85a15da979a3ca8403bebfd52e1b4c0a9eaa8 100644 (file)
@@ -950,8 +950,8 @@ void trigger_race_checkpoint_verify(entity this)
                                }
                                for (entity cp = NULL; (cp = find(cp, classname, "target_checkpoint"));) {
                                        if (argv(0) == cp.targetname) {
-                                               if(cp.race_checkpoint != -2 && cp.race_checkpoint != stof(argv(1))) { // cp had been previously set with diff order nr defragcp file is broken
-                                                       broken_defragcp = true;
+                                               if(cp.race_checkpoint != -2 && cp.race_checkpoint != stof(argv(1))) {
+                                                       broken_defragcp = true; // cp had been previously set with diff order nr defragcp file is broken
                                                        break;
                                                }
                                                cp.race_checkpoint = stof(argv(1));