]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/movetypes.qc
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / movetypes.qc
index d58b1ceffd4baf77d573f2cd116ed33af328e7e8..2f62ae6dcf77741849bde451f5a5cc8189a9f415 100644 (file)
@@ -61,7 +61,7 @@ float _Movetype_CheckWater(entity ent) // SV_CheckWater
 void _Movetype_CheckWaterTransition(entity ent) // SV_CheckWaterTransition
 {
        float contents = pointcontents(ent.move_origin);
-       
+
        if(!ent.move_watertype)
        {
                // just spawned here