mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-04 01:02:54 -04:00
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:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user