mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
remove possible trigraphs (eww)
This commit is contained in:
parent
9f924b3a9e
commit
600e6dac57
5 changed files with 6 additions and 6 deletions
|
@ -751,7 +751,7 @@ void M_Keys_Draw (void)
|
|||
|
||||
if (keys[0] == -1)
|
||||
{
|
||||
M_Print (140, y, "???");
|
||||
M_Print (140, y, "?" "?" "?"); //avoid any possibility of trigraphs
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue