summaryrefslogtreecommitdiff
path: root/src/strife/r_things.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-06 23:18:42 +0000
committerSamuel Villareal2010-09-06 23:18:42 +0000
commitd1fc5eb5e8e11fa231383a2aa02d275429b06dfa (patch)
tree9afa586d7a04291aec37e39b1dcb2e66e22e3c75 /src/strife/r_things.h
parent471b912a41d283f28b5fec6382adbdc13251fa8d (diff)
downloadchocolate-doom-d1fc5eb5e8e11fa231383a2aa02d275429b06dfa.tar.gz
chocolate-doom-d1fc5eb5e8e11fa231383a2aa02d275429b06dfa.tar.bz2
chocolate-doom-d1fc5eb5e8e11fa231383a2aa02d275429b06dfa.zip
+ Vissprite clipping for MF_FEETCLIPPED flag
Subversion-branch: /branches/strife-branch Subversion-revision: 2027
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);