mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 14:12:16 +00:00
@removed test line
This commit is contained in:
parent
4f95c98be2
commit
751cfdb7e8
1 changed files with 1 additions and 4 deletions
|
@ -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--)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue