mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Merge branch 'binarymap-slopevertices-fix' into 'next'
Replace the first entry in slope vertex thing taglists, instead of adding into them (related to #404) See merge request STJr/SRB2!1333
This commit is contained in:
commit
4ece37d2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3171,7 +3171,7 @@ static void P_ConvertBinaryMap(void)
|
||||||
switch (mapthings[i].type)
|
switch (mapthings[i].type)
|
||||||
{
|
{
|
||||||
case 750:
|
case 750:
|
||||||
Tag_Add(&mapthings[i].tags, mapthings[i].angle);
|
Tag_FSet(&mapthings[i].tags, mapthings[i].angle);
|
||||||
break;
|
break;
|
||||||
case 760:
|
case 760:
|
||||||
case 761:
|
case 761:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue