map update followup to lev_comp.l change
The change to allow digits in maps causes the comments that were incorrectly placed inside MAP/ENDMAP blocks to be seen as valid map lines. They were quietly skipped before by the old scanner. Move them out. -dlc
This commit is contained in:
@@ -105,9 +105,9 @@ MONSTER: 'X',"xorn",(01,17)
|
|||||||
|
|
||||||
MAZE: "Mon-loca",' '
|
MAZE: "Mon-loca",' '
|
||||||
GEOMETRY:center,center
|
GEOMETRY:center,center
|
||||||
MAP
|
|
||||||
# 1 2 3 4 5 6 7
|
# 1 2 3 4 5 6 7
|
||||||
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||||
|
MAP
|
||||||
---------------------------------------------------- --------
|
---------------------------------------------------- --------
|
||||||
---.................................................- --.....|
|
---.................................................- --.....|
|
||||||
---...--------........------........................--- ---...|
|
---...--------........------........................--- ---...|
|
||||||
|
|||||||
@@ -10,9 +10,9 @@
|
|||||||
MAZE: "Rog-strt",' '
|
MAZE: "Rog-strt",' '
|
||||||
FLAGS: noteleport, hardfloor, nommap
|
FLAGS: noteleport, hardfloor, nommap
|
||||||
GEOMETRY:center,center
|
GEOMETRY:center,center
|
||||||
MAP
|
|
||||||
# 1 2 3 4 5 6 7
|
# 1 2 3 4 5 6 7
|
||||||
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||||
|
MAP
|
||||||
---------------------------------.------------------------------------------
|
---------------------------------.------------------------------------------
|
||||||
|.....|.||..........|....|......|.|.........|.......+............---.......|
|
|.....|.||..........|....|......|.|.........|.......+............---.......|
|
||||||
|.....|..+..........+....---....S.|...-S-----.-----.|............+.+.......|
|
|.....|..+..........+....---....S.|...-S-----.-----.|............+.+.......|
|
||||||
@@ -171,9 +171,9 @@ MONSTER: ':',"chameleon",random,hostile
|
|||||||
|
|
||||||
MAZE: "Rog-loca",' '
|
MAZE: "Rog-loca",' '
|
||||||
GEOMETRY:center,center
|
GEOMETRY:center,center
|
||||||
MAP
|
|
||||||
# 1 2 3 4 5 6 7
|
# 1 2 3 4 5 6 7
|
||||||
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||||
|
MAP
|
||||||
---------------------------------------------------- --------
|
---------------------------------------------------- --------
|
||||||
---.................................................- --.....|
|
---.................................................- --.....|
|
||||||
---...--------........-------.......................--- ---...|
|
---...--------........-------.......................--- ---...|
|
||||||
@@ -274,9 +274,9 @@ MONSTER: ':',"chameleon",random,hostile
|
|||||||
MAZE: "Rog-goal", ' '
|
MAZE: "Rog-goal", ' '
|
||||||
FLAGS: noteleport
|
FLAGS: noteleport
|
||||||
GEOMETRY:center,center
|
GEOMETRY:center,center
|
||||||
MAP
|
|
||||||
# 1 2 3 4 5 6 7
|
# 1 2 3 4 5 6 7
|
||||||
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
#123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||||
|
MAP
|
||||||
----- -------.......................................|-----------------|
|
----- -------.......................................|-----------------|
|
||||||
|...| -----.....|.......................................|.................|
|
|...| -----.....|.......................................|.................|
|
||||||
|...----...|.....|.......................................|....---------....|
|
|...----...|.....|.......................................|....---------....|
|
||||||
|
|||||||
Reference in New Issue
Block a user