Fix for AA stacking where first AA in series has only 1 rank.

This commit is contained in:
KayenEQ 2014-04-29 22:23:25 -04:00
parent a2e86ebec5
commit fb1d4109a9

View File

@ -1358,7 +1358,7 @@ void Client::SendAA(uint32 id, int seq) {
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->max_level = saa->sof_max_level;