summaryrefslogtreecommitdiff
path: root/src/strife/r_things.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/r_things.h')
-rw-r--r--src/strife/r_things.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strife/r_things.h b/src/strife/r_things.h
index d0fce4e4..0e160f01 100644
--- a/src/strife/r_things.h
+++ b/src/strife/r_things.h
@@ -51,7 +51,8 @@ extern fixed_t pspritescale;
extern fixed_t pspriteiscale;
-void R_DrawMaskedColumn (column_t* column);
+// villsa [STIFE] new argument
+void R_DrawMaskedColumn (column_t *column, int baseclip);
void R_SortVisSprites (void);