Mercurial > mm7
diff Indoor.cpp @ 1479:59d1da1863df
Rename DECORATION_FLAGS to DECORATION_DESC_FLAGS.
author | yoctozepto |
---|---|
date | Wed, 28 Aug 2013 22:02:03 +0200 |
parents | 7ef4b64f6329 |
children | a27cdb3d753e |
line wrap: on
line diff
--- a/Indoor.cpp Wed Aug 28 18:43:31 2013 +0200 +++ b/Indoor.cpp Wed Aug 28 22:02:03 2013 +0200 @@ -4989,7 +4989,7 @@ v3 = &pDecorationList->pDecorations[v2->uDecorationDescID]; v4 = v3->uFlags; - if (v3->uFlags & DECORATION_EMITS_FIRE) + if (v3->uFlags & DECORATION_DESC_EMITS_FIRE) { memset(&local_0, 0, 0x68u); // fire, like at the Pit's tavern v5 = (double)v2->vPosition.x; @@ -5009,7 +5009,7 @@ } - if (v4 & DECORATION_DONT_DRAW) + if (v4 & DECORATION_DESC_DONT_DRAW) return; v6 = v2->vPosition.x;