Fix typo in namespace code
This commit is contained in:
parent
1935895f88
commit
e8adbfb8b7
1 changed files with 1 additions and 1 deletions
|
|
@ -7727,7 +7727,7 @@ static boolean P_SetMapNamespace(void)
|
|||
else if(fastcmp(tkn, "ringracers"))
|
||||
{
|
||||
mapnamespace = MNS_RINGRACERS;
|
||||
CONS_Alert(CONS_WARNING, "Ring Racers Map deteced. BlanKart has basic support for Ring Racers maps but does not fully support them. Consider converting your map to BlanKart format, consult documentation for help.\n");
|
||||
CONS_Alert(CONS_WARNING, "Ring Racers Map detected. BlanKart has basic support for Ring Racers maps but does not fully support them. Consider converting your map to BlanKart format, consult documentation for help.\n");
|
||||
}
|
||||
else if (fastcmp(tkn, "srb2"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue