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

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

View File

@ -17,7 +17,7 @@ namespace CodeImp.DoomBuilder.ColorPicker
private static BuilderPlug 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"; } }