summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_shutter.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-08 21:51:18 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-08 21:51:18 -0400
commita3dd6ac9e10c3d91dd6b0adb1fd1bafc3ca45e8c (patch)
treee95e4dadcb69903bad3a7371cdd38efe858a72ce /src/d/actor/d_a_shutter.cpp
parentf7cb58cbedf639648124d40e94a9beff784a9d15 (diff)
Cleanup
Diffstat (limited to 'src/d/actor/d_a_shutter.cpp')
-rw-r--r--src/d/actor/d_a_shutter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_shutter.cpp b/src/d/actor/d_a_shutter.cpp
index 81f24f2b..1e619f73 100644
--- a/src/d/actor/d_a_shutter.cpp
+++ b/src/d/actor/d_a_shutter.cpp
@@ -86,7 +86,7 @@ BOOL daShutter_c::Create() {
mcXyz[0].x = mcXyz[0].x - m_move_len[mType];
mcXyz[1].x = mcXyz[1].x + m_move_len[mType];
}
- mFrameTimer = 0x1e;
+ mFrameTimer = 30;
set_mtx();
for (int i = 0; i < (int)ARRAY_SIZE(mMtx); i++) {
dComIfG_Bgsp()->Regist(mdBgW[i], this);