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:
codeimp 2009-01-02 14:39:25 +00:00
parent bfbcffc356
commit 8cfc37a45d

View file

@ -114,12 +114,6 @@ namespace CodeImp.DoomBuilder.Windows
// No valid directory specified
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
{
// Apply settings