Codechange: No need to call DeleteAnimatedTile and DoClearSquare. (#13191)
commit1cf3a2a7265a100ea81d1cc31219d4743a55d938
authorPeter Nelson <peter1138@openttd.org>
Mon, 23 Dec 2024 19:08:03 +0000 (23 19:08 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 19:08:03 +0000 (23 19:08 +0000)
tree0217ebab80083bcc51c5560f6ede7f6050b844cf
parent90a8d7a953ec69655ae40ea75db1350ea9da87ee
Codechange: No need to call DeleteAnimatedTile and DoClearSquare. (#13191)

DoClearSquare calls DeleteAnimatedTile itself so this is effectively a duplicate call.
src/station_cmd.cpp
src/town_cmd.cpp