Skip to content

Commit

Permalink
- add missing break statements
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Aug 11, 2019
1 parent 9c3cdd1 commit c029f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -1355,17 +1355,20 @@ class LevelCompatibility native play
{
// Fix misplaced vertex
SetVertex(202, -2, -873);
break;
}
case 'E9EB4D16CA7E491E98D61615E4613E70': // sigil.wad e5m2
{
// Floating Skulls missing in lower difficulties
SetThingSkills(113, 31);
SetThingSkills(114, 31);
break;
}
case 'C43B99F34E5211F9AF24459842852B0D': // sigil.wad e5m4
{
// Fix missing texture on the Baron-invulnerability-secret platform
SetWallTexture(1926, Line.back, Side.bottom, "MARBLE3");
break;
}
}
}
Expand Down

0 comments on commit c029f02

Please sign in to comment.