1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Create SpriteBase::Invalidate methods (#11948)

This commit is contained in:
hdpoliveira
2020-06-14 15:18:07 -03:00
committed by GitHub
parent ce171164c9
commit a3fe90c250
15 changed files with 40 additions and 42 deletions

View File

@@ -1596,7 +1596,7 @@ static int32_t cc_mp_desync(InteractiveConsole& console, const arguments_t& argv
if (peeps.size() > 1)
peep = peeps[util_rand() % peeps.size() - 1];
peep->TshirtColour = util_rand() & 0xFF;
invalidate_sprite_0(peep);
peep->Invalidate0();
}
break;
}