--- a/ChangeLog.txt Mon May 25 16:40:04 2015 -0400
+++ b/ChangeLog.txt Mon May 25 22:50:38 2015 +0200
@@ -1,6 +1,14 @@
+ features
* bugfixes
+0.9.21 -> 0.9.22
+ + Map previews can now take script parameters into account and preview waypoints in TechRacer
+ + Added a couple new flags
+ + Small improvements to the interface and in-game chat
+ * Generated bridges/girders are now connected better to the land mass
+ * Fixed rubberband sprite
+ * Many other bug fixes
+
0.9.20 -> 0.9.21:
+ New type of randomly generated maps: Perlin Maps.
+ Old Random generated maps are more diverse now.
--- a/share/hedgewars/Data/Scripts/TechMaps.lua Mon May 25 16:40:04 2015 -0400
+++ b/share/hedgewars/Data/Scripts/TechMaps.lua Mon May 25 22:50:38 2015 +0200
@@ -29,7 +29,7 @@
function PreviewWayPoint(x,y)
AddPoint(x,y,20)
AddPoint(x,y,19,true)
- for i = 0,100,50 do
+ for i = 0,100,50 do
AddPoint(x-120,y+i,1,true)
AddPoint(x+120,y-i)
AddPoint(x-i,y+120,1,true)