comparison Actor.cpp @ 1460:ff2118028c71

renaming _guilds_member_bits to _achieved_awards_bits
author Gloval
date Wed, 21 Aug 2013 20:58:36 +0400
parents 5c95f2246c2a
children 845907a747d3
comparison
equal deleted inserted replaced
1457:9dc33590f93e 1460:ff2118028c71
2082 ppPlayers = &pPlayers[1]; 2082 ppPlayers = &pPlayers[1];
2083 do 2083 do
2084 { 2084 {
2085 if ( pParty->uFine ) 2085 if ( pParty->uFine )
2086 { 2086 {
2087 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)(*ppPlayers)->_guilds_member_bits, 1) ) 2087 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)(*ppPlayers)->_achieved_awards_bits, 1) )
2088 _449B7E_toggle_bit((unsigned char *)(*ppPlayers)->_guilds_member_bits, 1, 1u); 2088 _449B7E_toggle_bit((unsigned char *)(*ppPlayers)->_achieved_awards_bits, 1, 1u);
2089 } 2089 }
2090 ++ppPlayers; 2090 ++ppPlayers;
2091 } 2091 }
2092 while ( (signed int)ppPlayers <= (signed int)&pPlayers[4] ); 2092 while ( (signed int)ppPlayers <= (signed int)&pPlayers[4] );
2093 } 2093 }