1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Implement misc_paint

This commit is contained in:
Marijn van der Werf
2016-04-28 13:28:25 +02:00
parent 929ac48ccc
commit e3161d66d0
7 changed files with 220 additions and 51 deletions

View File

@@ -409,8 +409,8 @@ static void sub_68F41A(rct_peep *peep, int index)
if (peep->peep_flags & PEEP_FLAGS_EXPLODE && peep->x != (sint16)0x8000){
audio_play_sound_at_location(SOUND_CRASH, peep->x, peep->y, peep->z);
sprite_misc_3_create(peep->x, peep->y, peep->z + 16);
sprite_misc_5_create(peep->x, peep->y, peep->z + 16);
sprite_misc_explosion_cloud_create(peep->x, peep->y, peep->z + 16);
sprite_misc_explosion_flare_create(peep->x, peep->y, peep->z + 16);
peep_remove(peep);
return;