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_lbridge.cpp | |
| parent | 3816b8d8f0d8dc33f8fd77d2f9c02b45558dbb93 (diff) | |
Add more actor mode enums
Diffstat (limited to 'src/d/actor/d_a_lbridge.cpp')
| -rw-r--r-- | src/d/actor/d_a_lbridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_lbridge.cpp b/src/d/actor/d_a_lbridge.cpp index 165018ac..9beffc65 100644 --- a/src/d/actor/d_a_lbridge.cpp +++ b/src/d/actor/d_a_lbridge.cpp @@ -240,7 +240,7 @@ void daLbridge_c::appear_bridge() { mpEmitter->playDrawParticle(); } - mTimer = 0x1F; + mTimer = 31; unk31C = 1; } |
