GTK : Autofire is broken. Disable it for now.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@700 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2008-09-04 20:57:40 +00:00
parent 00ca598259
commit f8ff30e52a
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ void Window::vOnAutofireToggled(Gtk::CheckMenuItem * _poCMI, EKey _eKey)
{
if (_poCMI->get_active() != inputGetAutoFire(_eKey))
{
inputToggleAutoFire(_eKey);
//inputToggleAutoFire(_eKey);
}
std::string sKey;