- fixed some last issues with the tag manager.

This commit is contained in:
Christoph Oelckers 2015-04-19 18:22:39 +02:00
commit cad282142d
3 changed files with 32 additions and 5 deletions

View file

@ -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;