summaryrefslogtreecommitdiff
path: root/src/v_video.h
diff options
context:
space:
mode:
authorSimon Howard2008-10-01 18:19:11 +0000
committerSimon Howard2008-10-01 18:19:11 +0000
commitc137615aa75afda8c744e57278c138bd29d5d68e (patch)
treed0fdde644945eae0bda0a77f4995057fa9c5e723 /src/v_video.h
parentf8b216522bb4a2f2a8279412ff949955706d727e (diff)
downloadchocolate-doom-c137615aa75afda8c744e57278c138bd29d5d68e.tar.gz
chocolate-doom-c137615aa75afda8c744e57278c138bd29d5d68e.tar.bz2
chocolate-doom-c137615aa75afda8c744e57278c138bd29d5d68e.zip
Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code to
TLColumn/TLPatch for consistency; these are translucent draw functions, not fuzzy draw functions like Doom's R_DrawFuzzColumn. Subversion-branch: /branches/raven-branch Subversion-revision: 1313
Diffstat (limited to 'src/v_video.h')
-rw-r--r--src/v_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v_video.h b/src/v_video.h
index ceb4a033..1d4569b9 100644
--- a/src/v_video.h
+++ b/src/v_video.h
@@ -57,7 +57,7 @@ void V_CopyRect(int srcx, int srcy, byte *source,
void V_DrawPatch(int x, int y, patch_t *patch);
void V_DrawPatchFlipped(int x, int y, patch_t *patch);
-void V_DrawFuzzPatch(int x, int y, patch_t *patch);
+void V_DrawTLPatch(int x, int y, patch_t *patch);
void V_DrawShadowedPatch(int x, int y, patch_t *patch);
void V_DrawPatchDirect(int x, int y, patch_t *patch);