]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/gibs.qh
Properly hide minigame panels from the hud editor
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / gibs.qh
index b33a1a5e061bf1416e11085bd812a899a0ca2e88..f4b60948af7cf0a103c19da8645e18317e7178cf 100644 (file)
@@ -17,11 +17,10 @@ void SUB_RemoveOnNoImpact();
 
 void Gib_Touch();
 
-void Gib_Draw();
+void Gib_Draw(entity this);
 
 void TossGib (string mdlname, vector safeorg, vector org, vector vconst, vector vrand, int specnum, bool destroyontouch, bool issilent);
 
 void Ent_GibSplash(bool isNew);
 
-void GibSplash_Precache();
 #endif