(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "waypoint.h"
|
||||
#include "ai/ai.h"
|
||||
#include "train.h"
|
||||
#include "yapf/yapf.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
@@ -1427,6 +1428,8 @@ bool AfterLoadGame(void)
|
||||
}
|
||||
}
|
||||
|
||||
YapfNotifyTrackLayoutChange(INVALID_TILE, INVALID_TRACK);
|
||||
|
||||
FOR_ALL_PLAYERS(p) p->avail_railtypes = GetPlayerRailtypes(p->index);
|
||||
|
||||
if (!CheckSavegameVersion(27)) AfterLoadStations();
|
||||
|
||||
Reference in New Issue
Block a user