From be527b54b89239e36d8509e3cac3d3ee91b872c0 Mon Sep 17 00:00:00 2001 From: Haydn Trigg Date: Tue, 16 Jun 2026 05:49:59 +0930 Subject: [PATCH] game_in_editor_player_simulation --- src/source/omaha/editor/editor_stubs.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/source/omaha/editor/editor_stubs.cpp b/src/source/omaha/editor/editor_stubs.cpp index 534a43d..8350575 100644 --- a/src/source/omaha/editor/editor_stubs.cpp +++ b/src/source/omaha/editor/editor_stubs.cpp @@ -57,10 +57,12 @@ bool game_in_editor(void) return false; }; -//bool game_in_editor_player_simulation(void) -//{ -// mangled_ppc("?game_in_editor_player_simulation@@YA_NXZ"); -//}; +bool game_in_editor_player_simulation(void) +{ + mangled_ppc("?game_in_editor_player_simulation@@YA_NXZ"); + + return false; +}; //bool editor_using_wpf_rendering(void) //{