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

This commit is contained in:
rubidium
2011-01-31 20:27:33 +00:00
parent 8f67baae2e
commit 67a5cd0b18
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();