Skip to content

Commit 25c74f1

Browse files
authored
j2-overlord: Fix typo (#3320)
1 parent 272cb32 commit 25c74f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

game/overlord/jak2/overlord.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ int start_overlord(int, const char* const*) {
6565
}
6666

6767
param.entry = Thread_Loader;
68-
param.attr = 0x73;
69-
param.initPriority = TH_C;
68+
param.attr = TH_C;
69+
param.initPriority = 0x73;
7070
param.stackSize = 0x1000;
7171
param.option = 0;
7272
SndPlayThread = thread_player;
@@ -119,4 +119,4 @@ int start_overlord_wrapper(int argc, const char* const* argv, bool* signal) {
119119
return 0;
120120
}
121121

122-
} // namespace jak2
122+
} // namespace jak2

0 commit comments

Comments
 (0)