This commit is contained in:
Sonic Dreamcaster 2024-11-25 02:32:37 -03:00
commit 0e39eed609
2 changed files with 1 additions and 2 deletions

View File

@ -617,7 +617,7 @@ void Game_Update(void) {
if (!partialFill) {
Graphics_FillRectangle(&gMasterDisp, OTRGetRectDimensionFromLeftEdge(0), 0,
OTRGetRectDimensionFromRightEdge(SCREEN_WIDTH - 1), SCREEN_HEIGHT - 1,
OTRGetRectDimensionFromRightEdge(SCREEN_WIDTH), SCREEN_HEIGHT,
gFillScreenRed, gFillScreenGreen, gFillScreenBlue, gFillScreenAlpha);
}
Audio_dummy_80016A50();

View File

@ -15,7 +15,6 @@ std::shared_ptr<Ship::IResource> ResourceFactoryBinaryMessageLookupV0::ReadResou
auto count = reader->ReadUInt32();
for (uint32_t i = 0; i < count - 1; i++) {
SPDLOG_INFO("Reading message lookup table entry {}", i);
auto id = reader->ReadInt32();
auto crc = reader->ReadUInt64();