@removed test line

This commit is contained in:
codeimp 2009-01-22 22:39:10 +00:00
parent 4f95c98be2
commit 751cfdb7e8

View file

@ -671,10 +671,7 @@ namespace CodeImp.DoomBuilder.Data
internal Stream GetPatchData(string pname)
{
Stream patch;
if(pname.ToUpperInvariant() == "WALL57_1")
{
int t = 5;
}
// Go for all opened containers
for(int i = containers.Count - 1; i >= 0; i--)
{