mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- fix remaining Blood keybindings after CCMD migration.
Fully Fixes #135.
This commit is contained in:
parent
1cdc5c820f
commit
9da9e97d07
1 changed files with 4 additions and 4 deletions
|
@ -674,10 +674,10 @@ OptionMenu "InventoryControlsMenu"// protected
|
||||||
ifgame(Blood)
|
ifgame(Blood)
|
||||||
{
|
{
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Control "$CNTRLMNU_CRYSTALBALL" , "+crystalball"
|
Control "$CNTRLMNU_CRYSTALBALL" , "crystalball"
|
||||||
Control "$CNTRLMNU_JUMPBOOTS" , "+jetpack"
|
Control "$CNTRLMNU_JUMPBOOTS" , "jetpack"
|
||||||
Control "$CNTRLMNU_BEASTVISION" , "+nightvision"
|
Control "$CNTRLMNU_BEASTVISION" , "nightvision"
|
||||||
Control "$CNTRLMNU_MEDKIT" , "+medkit"
|
Control "$CNTRLMNU_MEDKIT" , "medkit"
|
||||||
}
|
}
|
||||||
ifgame(ShadowWarrior)
|
ifgame(ShadowWarrior)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue