1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

resolved error after rebase

This commit is contained in:
Hielke Morsink
2016-05-22 21:54:40 +02:00
parent 1089f02e15
commit b8ff056058

View File

@@ -10438,7 +10438,7 @@ void peep_sort()
peep->next = (i + 1 < num_peeps) ? peep_list[i + 1] : SPRITE_INDEX_NULL;
}
// Make sure the first peep is set
RCT2_GLOBAL(RCT2_ADDRESS_SPRITES_START_PEEP, uint16) = peep_list[0];
gSpriteListHead[SPRITE_LIST_PEEP] = peep_list[0];
free(peep_list);