From ee9de67bb8d3c41987ae1adeb449bf145fe88173 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Thu, 24 Jan 2019 22:57:52 +0100 Subject: [PATCH] Fix small merge screwup --- zscript/utcommon.zsc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zscript/utcommon.zsc b/zscript/utcommon.zsc index 4509bf1..b072752 100644 --- a/zscript/utcommon.zsc +++ b/zscript/utcommon.zsc @@ -1553,12 +1553,6 @@ Class UTMainHandler : StaticEventHandler // prettify Kinsie's test map for a more Unreal feel if ( level.GetChecksum() ~== "FBC3B6622A8B74AE06DE01E70007AC33" ) { - // just replace the -noflat- with a better scaled version - if ( !flak_doomtest ) - { - TexMan.ReplaceTextures("-noflat-","DefTex",0); - return; - } TextureID deftex = TexMan.CheckForTexture("-noflat-",TexMan.Type_Any); TextureID skytx = TexMan.CheckForTexture("KGDaySky",TexMan.Type_Any); TextureID baseflor = TexMan.CheckForTexture("rClfFlr0",TexMan.Type_Any);