100.0 & r1950 - Cursor marker size doesn't change and show wrong size
simutrans 100.0 and r1950
How to reproduce:
1. Open curiosity builder.
2. Select Patrick's Rock. (5x5)
3. Select Lighthouse. (1x1)
Result:
Cursor marker size is 5x5.
Can you delete these code below, If everything goes well ?
I once deleted these code, because of this problem.
simworld.cc:1371-1373 in karte_t::set_werkzeug( werkzeug_t *w )
if(w==werkzeug) {
return;
}
r1951
resolved.