mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 13:09:15 +00:00
(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
This commit is contained in:
@@ -801,10 +801,6 @@ void Ship_Tick(Vehicle *v)
|
||||
ShipController(v);
|
||||
}
|
||||
|
||||
void HandleClickOnShip(Vehicle *v)
|
||||
{
|
||||
ShowShipViewWindow(v);
|
||||
}
|
||||
|
||||
void ShipsYearlyLoop(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user