summaryrefslogtreecommitdiff
path: root/src/d/d_event.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-03 15:41:55 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-03 15:41:55 -0500
commit74f571ff9738d494eed3159fe99bf0a47dfc5798 (patch)
treedea2a3df28140632ace67c37a0aaf9e891f5225a /src/d/d_event.cpp
parent129400c80130da50601236c0d533f7d49a140155 (diff)
Clean up resource enums, more inline work
Diffstat (limited to 'src/d/d_event.cpp')
-rw-r--r--src/d/d_event.cpp2
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;