Mercurial > mm7
comparison mm7_4.cpp @ 2065:87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
author | Ritor1 |
---|---|
date | Mon, 02 Dec 2013 23:19:22 +0600 |
parents | 7890930801a8 |
children | 2737276390ff 52abdea20b9e |
comparison
equal
deleted
inserted
replaced
2064:74f06d8a8017 | 2065:87be06553c76 |
---|---|
929 if ( !(pBuf->uFlags & 1) ) | 929 if ( !(pBuf->uFlags & 1) ) |
930 { | 930 { |
931 if (!pPlayers[pBuf->uCaster]->CanAct()) | 931 if (!pPlayers[pBuf->uCaster]->CanAct()) |
932 { | 932 { |
933 pBuf->Reset(); | 933 pBuf->Reset(); |
934 if (dword_4EE07C[i] == 7 ) | 934 if (dword_4EE07C[i] == PARTY_BUFF_FLY ) |
935 pParty->bFlying = false; | 935 pParty->bFlying = false; |
936 } | 936 } |
937 } | 937 } |
938 } | 938 } |
939 | 939 |