summaryrefslogtreecommitdiff
path: root/src/engine/fox_play.c
diff options
context:
space:
mode:
authorKiloku <mateus.sateles@protonmail.com>2025-02-10 18:46:43 -0300
committerLywx <kiritodev01@gmail.com>2025-02-10 18:06:47 -0600
commit3f028c979e3634bdc63d349d7afd30e219d7786f (patch)
treefd76a552951207cef85722ccd45d7dd4f5b00d2b /src/engine/fox_play.c
parentdd9c8107143650a311e389d85c2f9824c9caca61 (diff)
Move Debug Pause to Hooks!
Diffstat (limited to 'src/engine/fox_play.c')
-rw-r--r--src/engine/fox_play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_play.c b/src/engine/fox_play.c
index e080d479..9d501d66 100644
--- a/src/engine/fox_play.c
+++ b/src/engine/fox_play.c
@@ -7167,7 +7167,7 @@ void Play_Main(void) {
}
gDrawMode = DRAW_PLAY;
- if (CVarGetInteger("gDebugPause", 0) == 0){
+ CALL_CANCELLABLE_EVENT(PlayUpdateEvent){
Play_Update();
}