Document Actor Category Change (#1518)

* Actor Category Change

* cleanup

* comments

* adj comment

* revert small cleanup for libc64 PR

* adjust comments
This commit is contained in:
engineer124
2023-11-27 21:02:28 +11:00
committed by GitHub
parent c04aaab6a1
commit 702f3cf44e
38 changed files with 92 additions and 88 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ void FaultDrawer_FillScreen() {
}
void* FaultDrawer_FormatStringFunc(void* arg, const char* str, size_t count) {
for (; count != 0; count--, str++) {
for (; count > 0; count--, str++) {
if (sFaultDrawerInstance->escCode) {
sFaultDrawerInstance->escCode = false;
if (*str >= '1' && *str <= '9') {