1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

Merge pull request #13667 from ZehMatt/refactor/invalidation

Simplify object invalidation automatically when possible
This commit is contained in:
ζeh Matt
2021-01-03 20:10:15 +02:00
committed by GitHub
18 changed files with 71 additions and 103 deletions

View File

@@ -1601,7 +1601,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;
peep->Invalidate0();
peep->Invalidate();
}
break;
}