]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/ladder.qc
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / ladder.qc
index 76cda7536e60eca37e6bd02e6afd8e340cfe2e53..483fef80cd537e0f35084f79ccb1bd5fdc3e70fc 100644 (file)
@@ -46,12 +46,12 @@ float func_ladder_send(entity to, float sf)
        WriteCoord(MSG_ENTITY, self.angles_y);
        WriteCoord(MSG_ENTITY, self.angles_z);
 
-       return TRUE;
+       return true;
 }
 
 void func_ladder_link()
 {
-       Net_LinkEntity(self, FALSE, 0, func_ladder_send);
+       Net_LinkEntity(self, false, 0, func_ladder_send);
 }
 
 void spawnfunc_func_ladder()