Mercurial > mm7
comparison mm7_6.cpp @ 1167:15ad868d972f
pPartyBuffs - change plain numbers to enums
author | Grumpy7 |
---|---|
date | Tue, 04 Jun 2013 18:29:35 +0200 |
parents | 29a8defbad9e |
children | 0dbf6c4dd029 |
comparison
equal
deleted
inserted
replaced
1166:11cda4934da3 | 1167:15ad868d972f |
---|---|
1609 { | 1609 { |
1610 v6 = pParty->pPartyBuffs; | 1610 v6 = pParty->pPartyBuffs; |
1611 while ( (signed __int64)v6->uExpireTime <= 0 ) | 1611 while ( (signed __int64)v6->uExpireTime <= 0 ) |
1612 { | 1612 { |
1613 ++v6; | 1613 ++v6; |
1614 if ( v6 > &pParty->pPartyBuffs[19] ) | 1614 if ( v6 > &pParty->pPartyBuffs[PARTY_BUFF_WIZARD_EYE] ) |
1615 { | 1615 { |
1616 v7 = pParty->pPlayers;//[0].pPlayerBuffs; | 1616 v7 = pParty->pPlayers;//[0].pPlayerBuffs; |
1617 v8 = 0; | 1617 v8 = 0; |
1618 v9 = v7->pPlayerBuffs; | 1618 v9 = v7->pPlayerBuffs; |
1619 while ( v9->uExpireTime <= 0i64 ) | 1619 while ( v9->uExpireTime <= 0i64 ) |