@ Fixed bug that caused floor and ceiling vertex slope things on the same vertex to fail.

This commit is contained in:
codeimp 2010-09-16 08:17:11 +00:00
parent 78b94dc6e0
commit 159617106e

View file

@ -481,7 +481,6 @@ namespace CodeImp.DoomBuilder.GZDoomEditing
slopefloorthings.Add(t);
else if(t.Type == 1505)
slopeceilingthings.Add(t);
break;
}
}
}