mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 01:10:57 +00:00
FIXES
This commit is contained in:
parent
17abdf5186
commit
147b5d8d87
2 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"; } }
|
||||
|
||||
|
|
Loading…
Reference in a new issue