Mercurial > mm7
diff UI/Books/UISpellBook.cpp @ 1460:ff2118028c71
renaming _guilds_member_bits to _achieved_awards_bits
author | Gloval |
---|---|
date | Wed, 21 Aug 2013 20:58:36 +0400 |
parents | bfe342ae0c1f |
children | c4ab816fcc5e |
line wrap: on
line diff
--- a/UI/Books/UISpellBook.cpp Wed Aug 14 00:40:51 2013 +0400 +++ b/UI/Books/UISpellBook.cpp Wed Aug 21 20:58:36 2013 +0400 @@ -97,7 +97,7 @@ { for ( uint i = 1; i <= 11; ++i ) { - if (player->_guilds_member_bits[(11 * player->lastOpenedSpellbookPage) + i + 63] ) + if (player->_achieved_awards_bits[(11 * player->lastOpenedSpellbookPage) + i + 63] ) { if ( SBPageSSpellsTextureList[i] != PendingTexture ) {