mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 05:31:00 +00:00
- Changed the default key for am_toggletexture to P so as not to conflict with the default chat key.
SVN r2616 (trunk)
This commit is contained in:
parent
73367d6f2e
commit
0d53867409
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ static const FBinding DefAutomapBindings[] =
|
|||
{
|
||||
{ "f", "am_togglefollow" },
|
||||
{ "g", "am_togglegrid" },
|
||||
{ "t", "am_toggletexture" },
|
||||
{ "p", "am_toggletexture" },
|
||||
{ "m", "am_setmark" },
|
||||
{ "c", "am_clearmarks" },
|
||||
{ "0", "am_gobig" },
|
||||
|
|
Loading…
Reference in a new issue