obstacle labels change obstacles as old obstacles were deleted from map.
in
commit e8f463dd40030e8ed00df298622a9cf566797025
Author: Matthias Krüger
Date: Sat Feb 2 15:55:40 2013 +0100
map: level 24: remove dublicated autogun bot.
I removed some obstacles from the map. When I now add new obstacles to the map,
these get obstacles labels of preexisting obstacles assigned.
The bug is also reproducible if you apply http://pastebin.com/tduwqse1 onto
8406eb8bf6da569d18e7b6e69fe73cee1fa4fef6
git checkout 8406eb8bf6da569d18e7b6e69fe73cee1fa4fef6 ; curl
"http://pastebin.com/raw.php?i=tduwqse1" | patch -p1
I noticed that the line
t18 x10.50 y73.50
moves in e8f463dd40030e8ed00df298622a9cf566797025.
When I moved it back down, the red droid pad also had a map label attached.
git checkout e8f463dd40030e8ed00df298622a9cf566797025 ; curl
"http://pastebin.com/raw.php?i=qkRzSKTG" | patch -p1
|