Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
568:6f7d936edc9b | 569:f451efdb7c8b |
---|---|
388 _this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel; | 388 _this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel; |
389 _this.uTargetWidth = 640; | 389 _this.uTargetWidth = 640; |
390 _this.uTargetHeight = 480; | 390 _this.uTargetHeight = 480; |
391 _this.pTargetZ = pRenderer->pActiveZBuffer; | 391 _this.pTargetZ = pRenderer->pActiveZBuffer; |
392 sub_440BED(&_this); | 392 sub_440BED(&_this); |
393 pParty->uFlags &= 0xFFFFFFFDu; | 393 pParty->uFlags &= ~2; |
394 pGame->DrawParticles(); | 394 pGame->DrawParticles(); |
395 array_5118E8._440F07(); | 395 array_5118E8._440F07(); |
396 } | 396 } |
397 | 397 |
398 //----- (004C0EF2) -------------------------------------------------------- | 398 //----- (004C0EF2) -------------------------------------------------------- |