Fix the binary config interface
This commit is contained in:
parent
c786331bbc
commit
0239543d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ engine = "zdoom";
|
|||
linetagindicatesectors = true;
|
||||
|
||||
// The format interface handles the map data format - DoomMapSetIO for SRB2DB2, SRB2MapSetIO for Zone Builder
|
||||
formatinterface = "SRB2MapSetIO";
|
||||
formatinterface = "DoomMapSetIO";
|
||||
|
||||
//Sky textures for vanilla maps
|
||||
defaultskytextures
|
||||
|
|
|
|||
Loading…
Reference in a new issue