Add uint typedef

This commit is contained in:
LagoLunatic
2024-03-11 18:23:44 -04:00
parent 029ddf6bb9
commit d0e8844b4b
103 changed files with 187 additions and 185 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ bool dCcS::ChkAtTgHitAfterCross(bool r4, bool r5, const cCcD_GObjInf* inf1_, con
dCcD_Stts* stts2 = (dCcD_Stts*)stts2_;
dCcD_GStts* gstts1 = (dCcD_GStts*)gstts1_;
dCcD_GStts* gstts2 = (dCcD_GStts*)gstts2_;
unsigned int r11 = stts1->GetApid();
unsigned int r3 = stts2->GetApid();
uint r11 = stts1->GetApid();
uint r3 = stts2->GetApid();
if (r4) {
gstts1->SetAtApid(r3);
if (inf1->ChkAtNoConHit() && gstts1->GetAtOldApid() == stts2->GetApid()) {