Removing cruft, patches should *all* work now even titanium, incrementaa has been implemented (untested atm)

This commit is contained in:
KimLS
2015-06-11 18:38:46 -07:00
parent 985d969384
commit 63928caace
13 changed files with 299 additions and 567 deletions
+2 -3
View File
@@ -2129,8 +2129,8 @@ namespace UF
SETUP_DIRECT_ENCODE(AATable_Struct, structs::AATable_Struct);
eq->aa_spent = emu->aa_spent;
eq->aa_assigned = emu->aa_spent;
eq->aa_spent3 = emu->aa_spent;
eq->aa_assigned = 0;
eq->aa_spent3 = 0;
eq->unknown012 = 0;
eq->unknown016 = 0;
eq->unknown020 = 0;
@@ -2195,7 +2195,6 @@ namespace UF
eq->prereq_minpoints = inapp->ReadUInt32();
}
//Log.Out(Logs::General, Logs::Status, "%s", DumpPacketToString(outapp).c_str());
dest->FastQueuePacket(&outapp);
delete inapp;
}