]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qh
Draw: purge SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qh
index d84fa46b6cd8812ad6540c9844f385d8ff003ac6..f44355fc284092de6498b94cbccc2eef03e5deb9 100644 (file)
@@ -15,10 +15,8 @@ class(Wall) .vector saved;
 // fade_vertical_offset is a vertival offset for player position
 .float fade_start, fade_end, fade_vertical_offset;
 .float default_solid;
 // fade_vertical_offset is a vertival offset for player position
 .float fade_start, fade_end, fade_vertical_offset;
 .float default_solid;
-// This variable will be set by trigger
-.float antiwall_flag;
 
 
-void Ent_Wall_Draw();
+void Ent_Wall_Draw(entity this);
 
 void Ent_Wall_Remove();
 
 
 void Ent_Wall_Remove();