Aug Type 21 fix for RoF client.

This commit is contained in:
Trevius 2015-01-01 20:00:16 -06:00
parent fc544e164c
commit f0d2fb796f

View File

@ -2900,7 +2900,7 @@ namespace RoF
{ {
eq->entries[i] = emu->entries[i]; eq->entries[i] = emu->entries[i];
} }
eq->entries[21] = 0; eq->entries[21] = 1;
FINISH_ENCODE(); FINISH_ENCODE();
} }