(svn r11800) -Codechange: move some functions to a more logical location + some type safety.

This commit is contained in:
rubidium
2008-01-09 21:05:03 +00:00
parent a5101fb403
commit 2d2e1e3863
30 changed files with 220 additions and 151 deletions

View File

@@ -8,7 +8,7 @@
class CYapfDestinationRailBase
{
protected:
RailTypeMask m_compatible_railtypes;
RailTypes m_compatible_railtypes;
public:
void SetDestination(Vehicle* v)