(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 11d36d5e46
commit b4968c6bea
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"