- removed tag 0 check for 3D floors because as seems to be par for course in Doom modding, some people actually exploited this bug.

This commit is contained in:
Christoph Oelckers 2017-08-12 09:15:59 +02:00
parent ef9c3b4f54
commit 0db79f8dec
1 changed files with 1 additions and 2 deletions

View File

@ -876,7 +876,6 @@ void P_Spawn3DFloors (void)
line.args[4]=0;
}
}
if (line.args[0] != 0)
P_Set3DFloor(&line, line.args[1]&~8, line.args[2], line.args[3]);
break;