remove possible trigraphs (eww)

This commit is contained in:
Bill Currie 2000-12-07 17:08:38 +00:00
parent 9f924b3a9e
commit 600e6dac57
5 changed files with 6 additions and 6 deletions

View file

@ -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
{