Skip to content

Commit

Permalink
Set fix_jump_through_wall_above_gate to "true" by default
Browse files Browse the repository at this point in the history
For some reason I forgot this earlier, and (unintendedly) left it set to "false".
  • Loading branch information
Falcury committed Sep 15, 2016
1 parent 9d6c1f0 commit 598b201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDLPoP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fix_running_jump_through_tapestry = true
fix_push_guard_into_wall = true

; By doing a running jump into a wall, you can fall behind a closed gate two floors down. (e.g. skip in Level 7)
fix_jump_through_wall_above_gate = false
fix_jump_through_wall_above_gate = true

[CustomGameplay]
; Starting minutes left. (default = 60)
Expand Down

0 comments on commit 598b201

Please sign in to comment.