Woops, gotta initialize the new flag

This commit is contained in:
Michael Cook (mackal) 2015-09-03 03:05:50 -04:00
parent 4ae02e5efe
commit 64deca11b2

View File

@ -300,6 +300,7 @@ Client::Client(EQStreamInterface* ieqs)
XTargets[i].Type = Auto;
XTargets[i].ID = 0;
XTargets[i].Name[0] = 0;
XTargets[i].dirty = false;
}
MaxXTargets = 5;
XTargetAutoAddHaters = true;