From 8cfc37a45d5154a7a7e91ca13f91690320c444bc Mon Sep 17 00:00:00 2001 From: codeimp Date: Fri, 2 Jan 2009 14:39:25 +0000 Subject: [PATCH] this check is not needed, the directory reader assumes the directory has the same layout as in PK3 files, these options are just extras --- Source/Windows/ResourceOptionsForm.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/Windows/ResourceOptionsForm.cs b/Source/Windows/ResourceOptionsForm.cs index f7e0ac88..fa4947b0 100644 --- a/Source/Windows/ResourceOptionsForm.cs +++ b/Source/Windows/ResourceOptionsForm.cs @@ -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