Debug: Change sprite group indentation handling

This commit is contained in:
Jonathan G Rennison
2022-08-09 21:53:43 +01:00
parent 41f2e92f5c
commit 9ed5b6e65c
5 changed files with 66 additions and 50 deletions

View File

@@ -110,6 +110,6 @@ void DumpNewSignalsSpriteGroups(DumpSpriteGroupPrinter print)
seprintf(buffer, lastof(buffer), "GRF: %08X", BSWAP32(grf->grfid));
print(nullptr, DSGPO_PRINT, 0, buffer);
first = false;
dumper.DumpSpriteGroup(grf->new_signals_group, 0, 0);
dumper.DumpSpriteGroup(grf->new_signals_group, 0);
}
}