summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.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/heretic/doomdef.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/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index afadc19f..aac70e2f 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -231,7 +231,7 @@ typedef struct
#define MF_MISSILE 0x10000 // don't hit same species, explode on block
#define MF_DROPPED 0x20000 // dropped by a demon, not level spawned
-#define MF_SHADOW 0x40000 // use fuzzy draw (shadow demons / invis)
+#define MF_SHADOW 0x40000 // use translucent draw (shadow demons / invis)
#define MF_NOBLOOD 0x80000 // don't bleed when shot (use puff)
#define MF_CORPSE 0x100000 // don't stop moving halfway off a step
#define MF_INFLOAT 0x200000 // floating to a height for a move, don't