New map dialog: the "open map resources in read-only mode" option is now checked by default. This option is deprecated and will be removed entirely eventually

This commit is contained in:
biwa 2020-11-01 11:57:53 +01:00
parent 5820665e70
commit eab7de4f9e

View file

@ -172,6 +172,9 @@ namespace CodeImp.DoomBuilder.Map
//mxd. Sector drawing options
this.custombrightness = 196;
this.customceilheight = 128;
// UDB doesn't have the means to modify files in resources anymore, so load resources as read-only by default
this.useresourcesinreadonlymode = true;
}
// Constructor to load from Doom Builder Map Settings Configuration