]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/spawn_near_teammate/sv_spawn_near_teammate.qc
remove todo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / spawn_near_teammate / sv_spawn_near_teammate.qc
index 9d6e67b2454f18e44c3fc65ed7144a8acb339dea..b7e91b79729926517449916d55f0cd19d421617c 100644 (file)
@@ -106,15 +106,12 @@ MUTATOR_HOOKFUNCTION(spawn_near_teammate, PlayerSpawn)
                        vector forward = '0 0 0';
                        vector right = '0 0 0';
                        vector up = '0 0 0';
-                       // TODO ^ test this
                        if (vdist(horiz_vel, >, autocvar_sv_maxspeed + 50))
                        {
-                               //fixedmakevectors(vectoangles(horiz_vel));
                                FIXED_MAKE_VECTORS(vectoangles(horiz_vel), forward, right, up);
                        }
                        else
                        {
-                               //fixedmakevectors(it.angles); // .angles is the angle of the model - usually/always 0 pitch
                                FIXED_MAKE_VECTORS(it.angles, forward, right, up);
                        }