mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -04:00
fix(runtime): add missing break after JakX goal_main (#4356)
(AI assisted)
This commit is contained in:
committed by
GitHub
parent
02e9579fb5
commit
b0ec3703f9
@@ -239,6 +239,7 @@ void ee_runner(SystemThreadInterface& iface) {
|
||||
break;
|
||||
case GameVersion::JakX:
|
||||
jakx::goal_main(g_argc, g_argv);
|
||||
break;
|
||||
default:
|
||||
ASSERT_MSG(false, "Unsupported game version");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user