Skip to content

Commit

Permalink
Made sure that lift in stage 4 doesn't unload to prevent if from brea…
Browse files Browse the repository at this point in the history
…king again and again.
  • Loading branch information
jorgeche committed Jun 16, 2021
1 parent 578c5a5 commit ddc7842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stages/Levels/Level1/Level1Stage4Spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PositionedEntityROMSpec LEVEL_1_STAGE_4_ST_CHILDREN[] =
{&LEVEL_1_STAGE_4_BACKGROUND_B_EN, { 590, 112, 256, 0}, 0, NULL, NULL, NULL, true},

{&LEVEL_1_STAGE_4_BUILDING_1_EN, { 248, 92, 0, 0}, 0, NULL, NULL, NULL, true},
{&LEVEL_1_STAGE_4_LIFT_EN, { 236, 76, 0, 0}, 0, NULL, NULL, NULL, false},
{&LEVEL_1_STAGE_4_LIFT_EN, { 236, 76, 0, 0}, 0, NULL, NULL, NULL, true},
{&TREE_1_EN, { 320, 128, 0, 0}, 0, NULL, NULL, NULL, false},
{&DOG_POO_1_EN, { 416, 166, 0, 0}, 0, NULL, NULL, NULL, false},
{&LEVEL_1_STAGE_4_PARK_1_EN, { 604, 92, 0, 0}, 0, NULL, NULL, NULL, false},
Expand Down

0 comments on commit ddc7842

Please sign in to comment.