diff Sprites.cpp @ 1542:7d986a396092

Merge
author Nomad
date Sat, 07 Sep 2013 13:03:18 +0200
parents 86cb7398d2a8 a27cdb3d753e
children c4ab816fcc5e
line wrap: on
line diff
--- a/Sprites.cpp	Sat Sep 07 12:51:06 2013 +0200
+++ b/Sprites.cpp	Sat Sep 07 13:03:18 2013 +0200
@@ -752,7 +752,7 @@
               if ( PID_TYPE(v4) == OBJECT_Decoration)
               {
                 v5 = &pLevelDecorations[(signed __int16)v4 >> 3];
-                if ( !(v5->field_2 & 0x20) )
+                if (!(v5->uFlags & LEVEL_DECORATION_INVISIBLE))
                 {
                   v6 = &pDecorationList->pDecorations[v5->uDecorationDescID];
                   if (!v6->CanMoveThrough())