fix compile

This commit is contained in:
AJ Kelly
2011-08-18 19:37:07 -05:00
parent 66a11ed08f
commit 9890d66b40
+1 -1
View File
@@ -66,7 +66,7 @@ void RageInput::LoadDrivers()
// If no input devices are loaded, the user won't be able to input anything.
if( apDevices.size() == 0 )
LOG->Warn( NO_INPUT_DEVICES_LOADED );
LOG->Warn( NO_INPUT_DEVICES_LOADED.GetValue() );
}
void RageInput::Update()