]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.c
fix a bug in the teleport detection that made it hit VERY often
[xonotic/darkplaces.git] / world.c
diff --git a/world.c b/world.c
index 52e25354c374d79043b0494f51677a9d37700e86..d1352d39b263f3d5529b8d9937f0372d34c95b15 100644 (file)
--- a/world.c
+++ b/world.c
@@ -36,7 +36,7 @@ void World_Init(void)
 
 //============================================================================
 
-// World_ClearLink is used for new headnodes
+/// World_ClearLink is used for new headnodes
 void World_ClearLink (link_t *l)
 {
        l->entitynumber = 0;