mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 15:51:44 +00:00
Some key sequences seem to end with a tilde
This commit is contained in:
parent
2ae27f44d9
commit
ae728f8d23
@ -69,7 +69,7 @@ int getkey ( void ) {
|
||||
continue;
|
||||
if ( ! key )
|
||||
key = KEY_ANSI ( character );
|
||||
if ( ( character >= 0x40 ) && ( character <= 0x4f ) )
|
||||
if ( character >= 0x40 )
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user