Temporary function to prevent breaking a lot of code. */
| 417 | |
| 418 | /** Temporary function to prevent breaking a lot of code. */ |
| 419 | void Micropolis::smoothTreesAt(int x, int y, bool preserve) |
| 420 | { |
| 421 | ToolEffects effects(this); |
| 422 | |
| 423 | smoothTreesAt(x, y, preserve, &effects); |
| 424 | effects.modifyWorld(); |
| 425 | } |
| 426 | |
| 427 | |
| 428 | /** |
nothing calls this directly
no test coverage detected