aboutsummaryrefslogtreecommitdiff
path: root/costume.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-04-21 13:13:26 +0000
committerVincent Hamm2002-04-21 13:13:26 +0000
commit25eafd60f2d9a3f12eaa7839d7f50e318db55895 (patch)
treec38419d0830fc71e8d232eb1be91c9470b9d00ea /costume.cpp
parentabc4c2f34f37ec746ee3e5145d45425a108fa846 (diff)
downloadscummvm-rg350-25eafd60f2d9a3f12eaa7839d7f50e318db55895.tar.gz
scummvm-rg350-25eafd60f2d9a3f12eaa7839d7f50e318db55895.tar.bz2
scummvm-rg350-25eafd60f2d9a3f12eaa7839d7f50e318db55895.zip
Completly fixed all the semi-transprency in Sam&Max
svn-id: r4034
Diffstat (limited to 'costume.cpp')
-rw-r--r--costume.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/costume.cpp b/costume.cpp
index 7a7cdcfe92..72db591c67 100644
--- a/costume.cpp
+++ b/costume.cpp
@@ -702,12 +702,6 @@ void CostumeRenderer::proc_special(Actor *a, byte mask2)
byte shadow4;
byte shadow5;
-
- if(a->costume==153) //Samnmax elevator FIXME
-
- return;
-
-
shadow1=a->shadow_mode & 0x80;
shadow2=a->shadow_mode & 0x40;
shadow3=a->shadow_mode & 0x20;