(svn r13016) -Codechange: unify the detection if rail catenary should be drawn

This commit is contained in:
smatz
2008-05-08 16:48:29 +00:00
parent 4a11ebe76f
commit 386a3f1d20
13 changed files with 67 additions and 41 deletions

View File

@@ -5,6 +5,7 @@
#include "../stdafx.h"
#include "../openttd.h"
#include "../direction_type.h"
#include "../strings_type.h"
#include "../rail.h"
#include "../rail_map.h"
#include "dbg_helpers.h"