This commit is contained in:
spherallic 2023-01-06 12:58:27 +01:00
parent 17abdf5186
commit 147b5d8d87
2 changed files with 1 additions and 7 deletions

View File

@ -48,12 +48,6 @@ common
include("ZDoom_misc.cfg", "textures"); // works for Eternity too include("ZDoom_misc.cfg", "textures"); // works for Eternity too
} }
//mxd. HiRes sources
hires
{
include("ZDoom_misc.cfg", "hires");
}
// Patch sources // Patch sources
patches patches
{ {

View File

@ -17,7 +17,7 @@ namespace CodeImp.DoomBuilder.ColorPicker
private static BuilderPlug me; private static BuilderPlug me;
public static BuilderPlug Me { get { return me; } } public static BuilderPlug Me { get { return me; } }
public override int MinimumRevision { get { return 2600; } } public override int MinimumRevision { get { return 2500; } }
public override string Name { get { return "Color Picker"; } } public override string Name { get { return "Color Picker"; } }