diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-03 15:41:55 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-03 15:41:55 -0500 |
| commit | 74f571ff9738d494eed3159fe99bf0a47dfc5798 (patch) | |
| tree | dea2a3df28140632ace67c37a0aaf9e891f5225a /src/d/d_event.cpp | |
| parent | 129400c80130da50601236c0d533f7d49a140155 (diff) | |
Clean up resource enums, more inline work
Diffstat (limited to 'src/d/d_event.cpp')
| -rw-r--r-- | src/d/d_event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event.cpp b/src/d/d_event.cpp index 855ec248..08e8deba 100644 --- a/src/d/d_event.cpp +++ b/src/d/d_event.cpp @@ -550,7 +550,7 @@ BOOL dEvt_control_c::check() { } if (!runCheck() && checkStart()) - g_dComIfG_gameInfo.play.getVibration().StopQuake(-1); + dComIfGp_getVibration().StopQuake(-1); soundProc(); mOrderCount = 0; |
