Use srb2 namespace for written map

Used to be ringracers, but it needs to be SRB2 for SRB2 features in the editor.
This commit is contained in:
Sally Coolatta 2023-01-01 18:21:32 -05:00
parent f20440984c
commit a22265b50b

View file

@ -2070,7 +2070,7 @@ static void P_WriteTextmap(void)
}
}
fprintf(f, "namespace = \"ringracers\";\n");
fprintf(f, "namespace = \"srb2\";\n");
for (i = 0; i < nummapthings; i++)
{
fprintf(f, "thing // %s\n", sizeu1(i));