diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-11 17:20:45 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-11 17:20:45 -0500 |
| commit | ca6bebcb4b14fa7b9c3bb1ba5a15f592c8dde92e (patch) | |
| tree | 03e34b3d39262d1a6ae0faebc6ccc0cfde89847b /src/d/actor/d_a_auction.cpp | |
| parent | 3816b8d8f0d8dc33f8fd77d2f9c02b45558dbb93 (diff) | |
Add more actor mode enums
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
| -rw-r--r-- | src/d/actor/d_a_auction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp index 91ed7f8b..6ef597d9 100644 --- a/src/d/actor/d_a_auction.cpp +++ b/src/d/actor/d_a_auction.cpp @@ -1145,7 +1145,7 @@ void daAuction_c::eventMainMsgBikonC() { m7A8.y += getPiconDispOfs(m827); dComIfGp_particle_set(0x8153, &m7A8, NULL, NULL, 0xFF, NULL, fopAcM_GetRoomNo(this)); - mTimer = 0x1E; + mTimer = 30; if (m827 == 0) { mDoAud_seStart(JA_SE_AUC_BID_GAUGE_MAX); |
