mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
What the fuck was I thinking?
Fixed really stupid brainless code piece involving polyobject spawnpoint tagging.
This commit is contained in:
parent
4013c0e0a1
commit
9f06903d72
1 changed files with 2 additions and 2 deletions
|
@ -3180,11 +3180,11 @@ static void P_ConvertBinaryMap(void)
|
||||||
{
|
{
|
||||||
INT32 check = -1;
|
INT32 check = -1;
|
||||||
INT32 firstline = -1;
|
INT32 firstline = -1;
|
||||||
mtag_t tag = Tag_FGet(&lines[check].tags);
|
mtag_t tag = mapthings[i].angle;
|
||||||
|
|
||||||
TAG_ITER_C
|
TAG_ITER_C
|
||||||
|
|
||||||
Tag_FSet(&mapthings[i].tags, mapthings[i].angle);
|
Tag_FSet(&mapthings[i].tags, tag);
|
||||||
|
|
||||||
TAG_ITER_LINES(tag, check)
|
TAG_ITER_LINES(tag, check)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue