mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-24 13:01:49 +00:00
more trigraphs :/
This commit is contained in:
parent
12b4f480c6
commit
e703c3758d
2 changed files with 3 additions and 3 deletions
|
@ -368,7 +368,7 @@ static void Draw_TextureMode_f (void)
|
|||
Con_Printf ("%s\n", modes[i].name);
|
||||
return;
|
||||
}
|
||||
Con_Printf ("current filter is unknown???\n");
|
||||
Con_Printf ("current filter is unknown\?\?\?\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -1429,7 +1429,7 @@ void M_Keys_Draw (void)
|
|||
|
||||
if (keys[0] == -1)
|
||||
{
|
||||
M_Print (140, y, "???");
|
||||
M_Print (140, y, "\?\?\?");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -2512,7 +2512,7 @@ level_t abysslevels[] = {
|
|||
{"aopdm3", "Mental Overlord"},
|
||||
{"aopdm4", "Mental Overlord II"},
|
||||
{"aopdm5", "Midnight Darkness"},
|
||||
{"aopdm6", "???"}
|
||||
{"aopdm6", "\?\?\?"}
|
||||
};
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in a new issue