diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
| commit | d0e8844b4bce31b72e38c10c3467f23ac69e4072 (patch) | |
| tree | f336a4e0f61110f5a096e15f64dce8dca368c0cb /src/d/d_cc_s.cpp | |
| parent | 029ddf6bb978f76c55fc98ef9079abd5fc0bbdf2 (diff) | |
Add uint typedef
Diffstat (limited to 'src/d/d_cc_s.cpp')
| -rw-r--r-- | src/d/d_cc_s.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cc_s.cpp b/src/d/d_cc_s.cpp index 6ad3dffe..38c07c2d 100644 --- a/src/d/d_cc_s.cpp +++ b/src/d/d_cc_s.cpp @@ -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()) { |
