]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Fix #2567 "electro balls sticking to players who respawn have the balls teleported...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 7db9dcc6a2c8b1debd4ee76955a0ebe555319d24..bf63bbb914982311e664363f98e8cf31ccbb2f01 100644 (file)
@@ -229,16 +229,12 @@ int Mod_Q1BSP_NativeContentsFromSuperContents(int supercontents);
 
 #ifdef SVQC
 void attach_sameorigin(entity e, entity to, string tag);
-
 void detach_sameorigin(entity e);
-
 void follow_sameorigin(entity e, entity to);
 
 void SetMovetypeFollow(entity ent, entity e);
-
 void UnsetMovetypeFollow(entity ent);
-
-float LostMovetypeFollow(entity ent);
+int LostMovetypeFollow(entity ent);
 #endif
 
 #ifdef GAMEQC