]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Data types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 444427784a549b65fe5985dd799842803dc828ac..7ed094cc3a616f6f4b91f0bbe5314e79273cf292 100644 (file)
@@ -889,7 +889,7 @@ void remove_safely(entity e)
     builtin_remove(e);
 }
 
-void InitializeEntity(entity e, void(entity this) func, float order)
+void InitializeEntity(entity e, void(entity this) func, int order)
 {
     entity prev, cur;