]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/csqcmodel/cl_player.qc
remove TEMPHACK_origin
[xonotic/xonotic-data.pk3dir.git] / qcsrc / csqcmodel / cl_player.qc
index f427073e15abe2b761f3a6c5a6defcba39eb6fe6..9732bd573b17718bf93947cd6a56b7cdef2c38d0 100644 (file)
@@ -179,3 +179,8 @@ float CSQCPlayer_PostUpdate()
        csqcplayer = self;
        return 1;
 }
+
+entity CSQCPlayer_GetPlayer(float pl)
+{
+       return findfloat(world, entnum, pl); // FIXME optimize this using an array
+}