Drop border_size= and usage= keys from NO_MAP_DATA
This commit is contained in:
parent
2eff60bc42
commit
7a9a13c80d
1 changed files with 2 additions and 4 deletions
|
@ -19,11 +19,9 @@ x,y=1-999,1-999 #enddef
|
|||
|
||||
#define NO_MAP_DATA
|
||||
# The display code in the game becomes confused if you give it a
|
||||
# scenario with no map data (like, a text epilog). Use this
|
||||
# scenario with no map data (like, a text epilogue). Use this
|
||||
# macro to feed it dummy map data that won't actually be used.
|
||||
map_data="usage=map
|
||||
border_size=1
|
||||
|
||||
map_data="
|
||||
Gg , Gg , Gg , Gg
|
||||
Gg , 1 Gg , 2 Gg , Gg
|
||||
Gg , Gg , Gg , Gg
|
||||
|
|
Loading…
Add table
Reference in a new issue