From 229527daf71c76965ef0735abca530cee68b7358 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Wed, 24 Dec 2025 19:57:36 -0500 Subject: Resolve all gameInfo fakematches (#2995) * Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages --- src/d/d_debug_camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_debug_camera.cpp') diff --git a/src/d/d_debug_camera.cpp b/src/d/d_debug_camera.cpp index be40eadb3b..2d54283bf1 100644 --- a/src/d/d_debug_camera.cpp +++ b/src/d/d_debug_camera.cpp @@ -707,7 +707,7 @@ int dDbgCamera_c::cmdTool() { default: return 1; } - } else if (dComIfGp_event_runCheck() == 0) { + } else if (!dComIfGp_event_runCheck()) { mIsPlaying = false; } -- cgit v1.2.3