Mercurial > mm7
diff Indoor.cpp @ 569:f451efdb7c8b
* Party buff icons drawing (right panel)
* Water Walk works & draws
* Fly works & draws
* Invisibility sfx works
* Some player buff icons draw
author | Nomad |
---|---|
date | Tue, 05 Mar 2013 16:14:22 +0200 |
parents | 8b77231088d8 |
children | f54481c85df8 |
line wrap: on
line diff
--- a/Indoor.cpp Tue Mar 05 04:30:20 2013 +0200 +++ b/Indoor.cpp Tue Mar 05 16:14:22 2013 +0200 @@ -390,7 +390,7 @@ _this.uTargetHeight = 480; _this.pTargetZ = pRenderer->pActiveZBuffer; sub_440BED(&_this); - pParty->uFlags &= 0xFFFFFFFDu; + pParty->uFlags &= ~2; pGame->DrawParticles(); array_5118E8._440F07(); }