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