Skip to content

Commit

Permalink
Tweak description of fancy_teleport menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed May 25, 2024
1 parent e445c9c commit aea0e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
instead of a multiplayer Face background
- The vertical position of the background is now dependent on the height
of the multiplayer Face backgrounds
- **Changed _"Fancy Teleport [to Pointer]"_ to _"Fancy Warping"_**

## Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion src/mn_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ static setup_menu_t keys_settings8[] =
{"Blink Marks", S_INPUT|S_STRICT, KB_X, M_SPC, {0}, m_map, input_map_blink},
MI_GAP,
{"Warp to Pointer", S_INPUT|S_STRICT|S_CRITICAL, KB_X, M_SPC, {0}, m_map, input_map_teleport},
{"Fancy Teleport", S_ONOFF|S_STRICT|S_CRITICAL, KB_X, M_SPC, {"fancy_teleport"}},
{"Fancy Warping", S_ONOFF|S_STRICT|S_CRITICAL, KB_X, M_SPC, {"fancy_teleport"}},

MI_END
};
Expand Down

0 comments on commit aea0e7e

Please sign in to comment.