broadcast on Preference changes

This commit is contained in:
Chris Danford
2005-05-06 20:41:05 +00:00
parent 5ebf6942f8
commit 820fb0b361
17 changed files with 80 additions and 74 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty
return;
//The user wants to input text traditionally
if ( g_bAllowOldKeyboardInput.Value() && ( type == IET_FIRST_PRESS ) )
if ( g_bAllowOldKeyboardInput.Get() && ( type == IET_FIRST_PRESS ) )
{
if ( DeviceI.button == KEY_BACK )
{