Fixed Actionbar-Hotkeys not working (Shift+(1-0))

rope
Bernhard Bonigl 2012-02-26 14:26:23 +01:00
parent f8200180ab
commit a0e9ef1406
2 changed files with 3 additions and 2 deletions

View File

@ -606,7 +606,7 @@ public func ObjectControl(int plr, int ctrl, int x, int y, int strength, bool re
if (hot > 0)
{
this->~ControlInteractionHotkey(hot-1);
this->~ControlHotkey(hot-1);
return true;
}

View File

@ -552,6 +552,7 @@
# Down S
#
# Hotkey0-9 (0-9)
# InteractionHotkey0-0 Shift+(0-9)
#
# Use, Throw Left mouse button
# Drop S+Left mouse button
@ -569,7 +570,7 @@
#
# NextCrew T
# PreviousCrew R
# PlayerHotkey0-9 Shift+(0-9)
# PlayerHotkey0-9 Ctrl+(0-9)
#
# MenuOK Return
# MenuCancel Backspace