Skip to main content
Topic: 100.0 & r1950 - Cursor marker size doesn't change and show wrong size (Read 4166 times) previous topic - next topic

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 )
Code: [Select]
	if(w==werkzeug) {
return;
}



r1951
Quote
patch: allow changing tools with the same (only different parameter string)

resolved.