From c9c9ee7c85596d9d035ce39812871bb7f349fe0b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 25 Mar 2005 02:18:52 +0000 Subject: [PATCH] readd underscore --- stepmania/src/ScreenTextEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index b856b9b6b6..ad1786ce78 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -19,7 +19,7 @@ static const char* g_szKeys[NUM_KEYBOARD_ROWS][KEYS_PER_ROW] = {"n","o","p","q","r","s","t","u","v","w","x","y","z"}, {"0","1","2","3","4","5","6","7","8","9"}, {"!","@","#","$","%","^","&","(",")","[","]","{","}"}, - {"+","-","=",",",".","'","\""}, + {"+","-","=","_",",",".","'","\""}, {"","","Space","","","Backsp","","","Cancel","","","Done",""}, };