mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-03-12 04:42:21 +00:00
this check is not needed, the directory reader assumes the directory has the same layout as in PK3 files, these options are just extras
This commit is contained in:
parent
bfbcffc356
commit
8cfc37a45d
1 changed files with 0 additions and 6 deletions
|
@ -114,12 +114,6 @@ namespace CodeImp.DoomBuilder.Windows
|
||||||
// No valid directory specified
|
// No valid directory specified
|
||||||
MessageBox.Show(this, "Please select a valid directory resource.", Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
MessageBox.Show(this, "Please select a valid directory resource.", Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||||
}
|
}
|
||||||
// At least one of the checkboxes must be checked
|
|
||||||
else if(!dir_flats.Checked && !dir_textures.Checked)
|
|
||||||
{
|
|
||||||
// Must select one of the checkboxes
|
|
||||||
MessageBox.Show(this, "Please choose to load the images as texture or flats, or both.", Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Apply settings
|
// Apply settings
|
||||||
|
|
Loading…
Reference in a new issue