GTK : Autofire is broken. Disable it for now.
This commit is contained in:
parent
5a156d9f03
commit
13977737d1
|
@ -892,7 +892,7 @@ void Window::vOnAutofireToggled(Gtk::CheckMenuItem * _poCMI, EKey _eKey)
|
||||||
{
|
{
|
||||||
if (_poCMI->get_active() != inputGetAutoFire(_eKey))
|
if (_poCMI->get_active() != inputGetAutoFire(_eKey))
|
||||||
{
|
{
|
||||||
inputToggleAutoFire(_eKey);
|
//inputToggleAutoFire(_eKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string sKey;
|
std::string sKey;
|
||||||
|
|
Loading…
Reference in New Issue