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:
ManDude
2022-05-30 20:15:21 +01:00
committed by GitHub
parent 7fc0a07c88
commit 44664be7e1
5 changed files with 458 additions and 16 deletions
+1 -1
View File
@@ -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]);
}
}
}