diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-06 19:30:34 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-06 19:30:34 -0400 |
| commit | 90ce6f8ba65b6003f5a8387c8ea1d922ec87aacc (patch) | |
| tree | 806adc87819ed0ddab96222546756f5421b06d5b /src/d/actor/d_a_auction.cpp | |
| parent | bd5853cb5ae29be5a233b7e571494f5931d0ca25 (diff) | |
PID cleanup
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
| -rw-r--r-- | src/d/actor/d_a_auction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp index f7a9de1f..d3b158a0 100644 --- a/src/d/actor/d_a_auction.cpp +++ b/src/d/actor/d_a_auction.cpp @@ -212,7 +212,7 @@ extern uint dAuction_screen_create(); /* 000000EC-000002FC .text __ct__11daAuction_cFv */ daAuction_c::daAuction_c() { for (int i = 0; i < 8; i++) { - m738[i] = -1; + m738[i] = fpcM_ERROR_PROCESS_ID_e; m80C[i] = i; mAucMdlNo[i] = 0xFF; } @@ -373,7 +373,7 @@ BOOL daAuction_c::_execute() { /* 00000B10-00000B44 .text executeWait__11daAuction_cFv */ void daAuction_c::executeWait() { for (int i = 0; i < 8; i++) { - if (m738[i] == -1) { + if (m738[i] == fpcM_ERROR_PROCESS_ID_e) { return; } } |
