Merge pull request #146 from KayenEQ/AAupdates

Fix for AA stacking where first AA in series has only 1 rank.
This commit is contained in:
Michael Cook 2014-05-01 02:59:54 -04:00
commit b5ca3219a1

View File

@ -1358,7 +1358,7 @@ void Client::SendAA(uint32 id, int seq) {
if (aa_stack){ if (aa_stack){
if (saa->sof_current_level > 1 && value == 0) if (saa->sof_current_level >= 1 && value == 0)
saa->current_level = saa->sof_current_level+1; saa->current_level = saa->sof_current_level+1;
saa->max_level = saa->sof_max_level; saa->max_level = saa->sof_max_level;