mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 03:49:08 -04:00
village1, jungle, beach and firecanyon subtitles (#1388)
* vi1 subtitles + minor fixes * beach subtitles * minor fix * jungle subtitle * Update iso_queue.cpp * firecanyon subtitles
This commit is contained in:
@@ -160,7 +160,7 @@ void FreeBuffer(IsoBufferHeader* buffer) {
|
||||
void DisplayQueue() {
|
||||
for (int pri = 0; pri < N_PRIORITIES; pri++) {
|
||||
for (int cmd = 0; cmd < (int)gPriStack[pri].n; cmd++) {
|
||||
lg::debug(" PRI {} elt {} {}\n", pri, cmd, gPriStack[pri].names[cmd]);
|
||||
lg::debug(" PRI {} elt {} {}", pri, cmd, gPriStack[pri].names[cmd]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user