Skip to content

Commit

Permalink
Fixed the description of the exit door fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyD committed Jun 9, 2018
1 parent 5afae33 commit 6e37db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDLPoP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fix_hidden_floors_during_flashing = true
; By jumping towards one of the bottom corners of the room and grabbing a ledge, you can teleport to the room above.
fix_hang_on_teleport = true

; You can enter closed exit doors after you met Jaffar or the shadow, or after you opened one of multiple exits.
; You can enter closed exit doors after you met the shadow or Jaffar died, or after you opened one of multiple exits.
fix_exit_door = true


Expand Down
2 changes: 1 addition & 1 deletion src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ setting_type gameplay_settings[] = {
{.id = SETTING_FIX_EXIT_DOOR, .style = SETTING_STYLE_TOGGLE,
.linked = &fixes_saved.fix_exit_door, .required = &use_fixes_and_enhancements,
.text = "Fix exit doors",
.explanation = "You can enter closed exit doors after you met Jaffar or the shadow, or after you opened one of multiple exits."},
.explanation = "You can enter closed exit doors after you met the shadow or Jaffar died, or after you opened one of multiple exits."},
};

NAMES_LIST(tile_type_setting_names, {
Expand Down

0 comments on commit 6e37db8

Please sign in to comment.