(svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop

This commit is contained in:
rubidium
2009-12-02 23:53:15 +00:00
parent a5759dba37
commit e4dd60d428
6 changed files with 89 additions and 82 deletions

View File

@@ -12,7 +12,6 @@
#include "../stdafx.h"
#include "../void_map.h"
#include "../signs_base.h"
#include "../roadstop_base.h"
#include "../depot_base.h"
#include "../window_func.h"
#include "../fios.h"
@@ -33,6 +32,7 @@
#include "../train.h"
#include "../station_base.h"
#include "../waypoint_base.h"
#include "../roadstop_base.h"
#include "../tunnelbridge_map.h"
#include "../landscape.h"
#include "../pathfinder/yapf/yapf_cache.h"