The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999 on August 15, 2008, 07:35:55 am

Title: 100.0 & r1950 - Cursor marker size doesn't change and show wrong size
Post by: z9999 on August 15, 2008, 07:35:55 am
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.