mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
What the fuck was I thinking?
Fixed really stupid brainless code piece involving polyobject spawnpoint tagging.
This commit is contained in:
parent
fe87d0391c
commit
e40bbc3ee0
1 changed files with 2 additions and 2 deletions
|
|
@ -3180,11 +3180,11 @@ static void P_ConvertBinaryMap(void)
|
|||
{
|
||||
INT32 check = -1;
|
||||
INT32 firstline = -1;
|
||||
mtag_t tag = Tag_FGet(&lines[check].tags);
|
||||
mtag_t tag = mapthings[i].angle;
|
||||
|
||||
TAG_ITER_C
|
||||
|
||||
Tag_FSet(&mapthings[i].tags, mapthings[i].angle);
|
||||
Tag_FSet(&mapthings[i].tags, tag);
|
||||
|
||||
TAG_ITER_LINES(tag, check)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue