mirror of
https://github.com/open-goal/jak-project
synced 2026-06-11 05:08:53 -04:00
j2-overlord: Fix typo (#3320)
This commit is contained in:
@@ -65,8 +65,8 @@ int start_overlord(int, const char* const*) {
|
||||
}
|
||||
|
||||
param.entry = Thread_Loader;
|
||||
param.attr = 0x73;
|
||||
param.initPriority = TH_C;
|
||||
param.attr = TH_C;
|
||||
param.initPriority = 0x73;
|
||||
param.stackSize = 0x1000;
|
||||
param.option = 0;
|
||||
SndPlayThread = thread_player;
|
||||
@@ -119,4 +119,4 @@ int start_overlord_wrapper(int argc, const char* const* argv, bool* signal) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace jak2
|
||||
} // namespace jak2
|
||||
|
||||
Reference in New Issue
Block a user