Remove unused global

This commit is contained in:
duncanspumpkin 2016-09-15 20:34:33 +01:00
parent d0f9f6070c
commit cbf4474118
1 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ static paint_struct * sub_9819_c(uint32 image_id, rct_xyz16 offset, rct_xyz16 bo
ps->attached_ps = NULL;
ps->var_20 = NULL;
ps->sprite_type = gPaintInteractionType;
ps->var_29 = RCT2_GLOBAL(0x9DE571, uint8);
ps->var_29 = 0;
ps->map_x = gPaintMapPosition.x;
ps->map_y = gPaintMapPosition.y;
ps->mapElement = g_currently_drawn_item;
@ -290,7 +290,7 @@ paint_struct * sub_98196C(
ps->attached_ps = NULL;
ps->var_20 = NULL;
ps->sprite_type = gPaintInteractionType;
ps->var_29 = RCT2_GLOBAL(0x9DE571, uint8);
ps->var_29 = 0;
ps->map_x = gPaintMapPosition.x;
ps->map_y = gPaintMapPosition.y;
ps->mapElement = g_currently_drawn_item;