Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ MarkDirty
Method
MarkDirty
src/ship_cmd.cpp:304–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void Ship::MarkDirty()
305
{
306
this->colourmap = PAL_NONE;
307
this->UpdateViewport(true, false);
308
this->UpdateCache();
309
}
310
311
void Ship::PlayLeaveStationSound(bool force) const
312
{
Callers
9
CmdRenameSign
Function · 0.45
Reset
Method · 0.45
texteff.cpp
File · 0.45
RunEconomyVehicleDayProc
Function · 0.45
VehicleEnterDepot
Function · 0.45
CmdRefitVehicle
Function · 0.45
CmdStartStopVehicle
Function · 0.45
LoadUnloadVehicle
Function · 0.45
~BaseStation
Method · 0.45
Calls
2
UpdateCache
Method · 0.95
UpdateViewport
Method · 0.45
Tested by
no test coverage detected