This commit is contained in:
Glenn Maynard
2005-12-09 01:48:20 +00:00
parent a1eb80e858
commit cfe76dd96e
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ CString RageInput::GetDeviceSpecificInputString( const DeviceInput &di )
return (*i)->GetDeviceSpecificInputString(di);
}
return di.toString();
return di.ToString();
}
InputDeviceState RageInput::GetInputDeviceState( InputDevice id )