in the levels.dat, it looks somewhat like this:
diff --git a/map/levels.dat b/map/levels.dat
index cd76d67..6eff409 100644
--- a/map/levels.dat
+++ b/map/levels.dat
@@ -12624,6 +12624,7 @@ Nr.=106 x= 39 y= 29 rnd=0 c: 105 107
Nr.=107 x= 35 y= 30 rnd=0 c: 90 106 89
Nr.=108 x= 54 y= 17 rnd=1 c: 13 12
Nr.=109 x= 66 y= 76 rnd=0 c: 41 44
+Nr.=110 x= 45 y= 44 rnd=0 c: 111
end_of_level
----------------------------------------------------------------------
Levelnumber: 10
you can see we have a connection from WP110 to WP111, but there is now WP111.
how to reproduce:
1) plant single WP1 without connection
2) plant nearby WP2 without connection
3) select WP2
4) draw connection from WP1 to WP2
5) delete WP2 via ctrl+x
6) the connection will reset in a strange way, now originating from no waypoint
7) now draw the connection back to WP1.
Tada => broken connection
the map validator does not warn about this.
|