mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Blood uses 'jumpboots', not 'jetpack'.
This commit is contained in:
parent
9da9e97d07
commit
f6162899de
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ OptionMenu "InventoryControlsMenu"// protected
|
|||
{
|
||||
StaticText ""
|
||||
Control "$CNTRLMNU_CRYSTALBALL" , "crystalball"
|
||||
Control "$CNTRLMNU_JUMPBOOTS" , "jetpack"
|
||||
Control "$CNTRLMNU_JUMPBOOTS" , "jumpboots"
|
||||
Control "$CNTRLMNU_BEASTVISION" , "nightvision"
|
||||
Control "$CNTRLMNU_MEDKIT" , "medkit"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue