mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
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:
parent
f20440984c
commit
a22265b50b
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
for (i = 0; i < nummapthings; i++)
|
||||||
{
|
{
|
||||||
fprintf(f, "thing // %s\n", sizeu1(i));
|
fprintf(f, "thing // %s\n", sizeu1(i));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue