mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Replace the first entry in the taglist, instead of adding into it
This commit is contained in:
parent
760e083c30
commit
3b36005ceb
1 changed files with 1 additions and 1 deletions
|
@ -3171,7 +3171,7 @@ static void P_ConvertBinaryMap(void)
|
|||
switch (mapthings[i].type)
|
||||
{
|
||||
case 750:
|
||||
Tag_Add(&mapthings[i].tags, mapthings[i].angle);
|
||||
Tag_FSet(&mapthings[i].tags, mapthings[i].angle);
|
||||
break;
|
||||
case 760:
|
||||
case 761:
|
||||
|
|
Loading…
Reference in a new issue