mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
- moved RR's pee key binding to the proper menu
This commit is contained in:
parent
d1f1bf2ae1
commit
dbcbdf2bc6
1 changed files with 1 additions and 4 deletions
|
@ -578,10 +578,6 @@ OptionMenu "WeaponsControlMenu"// protected
|
|||
Control "$CNTRLMNU_QUICKKICK" , "+quick_kick"
|
||||
}
|
||||
|
||||
ifgame(Redneck, RedneckRides)
|
||||
{
|
||||
Control "$CNTRLMNU_PEE" , "+quick_kick"
|
||||
}
|
||||
ifgame(Blood)
|
||||
{
|
||||
Control "$CNTRLMNU_PROXIMITYBOMBS","slot 11"
|
||||
|
@ -645,6 +641,7 @@ OptionMenu "InventoryControlsMenu"// protected
|
|||
Control "$CNTRLMNU_YEEHAA" , "useitem 5"
|
||||
Control "$CNTRLMNU_WHISKEY" , "useitem 1"
|
||||
Control "$CNTRLMNU_MOONSHINE" , "useitem 2"
|
||||
Control "$CNTRLMNU_PEE", "+quick_kick"
|
||||
}
|
||||
ifgame(Blood)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue