mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
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:
parent
5820665e70
commit
eab7de4f9e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue