We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201d572 commit 5688a91Copy full SHA for 5688a91
src/overlay/course_editor.cpp
@@ -116,6 +116,8 @@ class CourseReplacement : public Hook
116
inline static SafetyHookInline SumoLiveUpdate_Init_hook{};
117
static void SumoLiveUpdate_Init_dest()
118
{
119
+ SumoLiveUpdate_Init_hook.call();
120
+
121
int* SumoLiveUpdate_State = Module::exe_ptr<int>(0x436D14);
122
if (Game::CourseReplacementEnabled)
123
*SumoLiveUpdate_State = 3;
0 commit comments