mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed: fixed inventory use bindings
They got shuffled around a bit by accident.
This commit is contained in:
parent
9933ff75b1
commit
4b9a1465af
1 changed files with 6 additions and 6 deletions
|
@ -670,12 +670,12 @@ OptionMenu "InventoryControlsMenu" protected
|
|||
ifgame(Exhumed)
|
||||
{
|
||||
StaticText ""
|
||||
Control "$TXT_EX_USEINV1" , "useitem 1"
|
||||
Control "$TXT_EX_USEINV2" , "useitem 2"
|
||||
Control "$TXT_EX_USEINV3" , "useitem 3"
|
||||
Control "$TXT_EX_USEINV4" , "useitem 4"
|
||||
Control "$TXT_EX_USEINV5" , "useitem 5"
|
||||
Control "$TXT_EX_USEINV6" , "useitem 6"
|
||||
Control "$TXT_EX_USEINV1" , "useitem 4"
|
||||
Control "$TXT_EX_USEINV2" , "useitem 5"
|
||||
Control "$TXT_EX_USEINV3" , "useitem 6"
|
||||
Control "$TXT_EX_USEINV4" , "useitem 1"
|
||||
Control "$TXT_EX_USEINV5" , "useitem 3"
|
||||
Control "$TXT_EX_USEINV6" , "useitem 2"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue