(svn r21932) -Document: some tidbits related to vehicles

This commit is contained in:
rubidium
2011-01-31 20:27:33 +00:00
parent 5a9183c6c5
commit c7939e8a63
6 changed files with 79 additions and 35 deletions

View File

@@ -473,6 +473,11 @@ static uint FixVehicleInclination(Vehicle *v, Direction dir)
return 1U << GVF_GOINGUP_BIT;
}
/**
* Perform a (large) amount of savegame conversion *magic* in order to
* load older savegames and to fill the caches for various purposes.
* @return True iff conversion went without a problem.
*/
bool AfterLoadGame()
{
SetSignalHandlers();