Mercurial > mm7
diff Render.cpp @ 1491:6d21ef91cb2d
Rename LevelDecoration::_47A825 to LevelDecoration::IsObeliskChestActive().
author | yoctozepto |
---|---|
date | Fri, 30 Aug 2013 21:53:17 +0200 |
parents | db0dfdb9871e |
children | 19890e50e2f6 |
line wrap: on
line diff
--- a/Render.cpp Thu Aug 29 22:36:48 2013 +0200 +++ b/Render.cpp Fri Aug 30 21:53:17 2013 +0200 @@ -915,7 +915,7 @@ auto decor = &pLevelDecorations[i]; auto v0 = (char *)&pLevelDecorations[i].vPosition.y; - if ((!(decor->uFlags & LEVEL_DECORATION_OBELISK_CHEST) || decor->_47A825()) && !(decor->uFlags & LEVEL_DECORATION_INVISIBLE)) + if ((!(decor->uFlags & LEVEL_DECORATION_OBELISK_CHEST) || decor->IsObeliskChestActive()) && !(decor->uFlags & LEVEL_DECORATION_INVISIBLE)) { //v1 = &pDecorationList->pDecorations[decor->uDecorationDescID]; auto decor_desc = pDecorationList->pDecorations + decor->uDecorationDescID;