diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-24 18:54:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 18:54:46 -0400 |
| commit | 7cd75e8f7b01a45ca8c72facfd5b4a3c1906c0e1 (patch) | |
| tree | ece493d144cfcb3af860c2af8fa0480491f69706 /src/d/d_com_inf_game.cpp | |
| parent | 4a29f64e6bf5a06a541161638913f51c51d8a633 (diff) | |
Demo matches (#767)
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 6a748aa1..c37cbc71 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -169,6 +169,7 @@ void dComIfG_play_c::itemInit() { field_0x4978 = 0; m2dShow = 0; field_0x497a = 0; +#if VERSION > VERSION_DEMO mNowVibration = dComIfGs_getOptVibration(); daArrow_c::setKeepType(daArrow_c::TYPE_NORMAL); mMesgCamInfo.mID = 0; @@ -177,6 +178,7 @@ void dComIfG_play_c::itemInit() { for (int i = 0; i < ARRAY_SIZE(mMesgCamInfo.mActor); i++) { mMesgCamInfo.mActor[i] = 0; } +#endif } /* 80052400-8005286C .text getLayerNo__14dComIfG_play_cFi */ |
