(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class CYapfDestinationRailBase
|
||||
{
|
||||
protected:
|
||||
RailTypeMask m_compatible_railtypes;
|
||||
RailTypes m_compatible_railtypes;
|
||||
|
||||
public:
|
||||
void SetDestination(Vehicle* v)
|
||||
|
Reference in New Issue
Block a user