]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qh
Purge most cases of self from the client folder
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
index 16f87fdd977900c31f4df09d2d995d2dfbf39df1..f93eb3ae1421ce8db213e1212713ec6a2fab89d0 100644 (file)
@@ -18,6 +18,6 @@ class(Wall) .vector saved;
 
 void Ent_Wall_Draw(entity this);
 
-void Ent_Wall_Remove();
+void Ent_Wall_Remove(entity this);
 
 #endif