diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 3f51ac699a..08ddbc83c4 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -156,7 +156,7 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty } } - if( c != '\0' ) + if( c >= ' ' ) { m_sAnswer += c; UpdateText();