- fixed some last issues with the tag manager.
This commit is contained in:
parent
db61c1cb57
commit
cad282142d
3 changed files with 32 additions and 5 deletions
|
|
@ -2223,7 +2223,7 @@ void P_LoadLineDefs2 (MapData * map)
|
|||
|
||||
mld = (maplinedef2_t *)mldf;
|
||||
ld = lines;
|
||||
for (i = numlines; i > 0; i--, mld++, ld++)
|
||||
for (i = 0; i < numlines; i++, mld++, ld++)
|
||||
{
|
||||
int j;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue