1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Style fixes

This commit is contained in:
Michael Steenbeek
2017-11-30 18:24:44 +01:00
parent 4d1fc38f8d
commit 67f64c35c5

View File

@@ -274,7 +274,7 @@ void update_palette_effects()
{
waterId = water_type->palette_index_2;
}
g1 = gfx_get_g1_element(shade + waterId);
g1 = gfx_get_g1_element(shade + waterId);
if (g1 != nullptr)
{
uint8 * vs = &g1->offset[j * 3];
@@ -1200,10 +1200,10 @@ void game_fix_save_vars()
uint16 spriteIndex;
uint16 peepCount = 0;
FOR_ALL_GUESTS(spriteIndex, peep)
{
if (!peep->outside_of_park)
peepCount++;
}
{
if (!peep->outside_of_park)
peepCount++;
}
gNumGuestsInPark = peepCount;