forked from mirror/OpenTTD
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#ifndef WAYPOINT_H
|
||||
#define WAYPOINT_H
|
||||
|
||||
#include "waypoint_type.h"
|
||||
#include "base_station_base.h"
|
||||
|
||||
struct Waypoint : SpecializedStation<Waypoint, true> {
|
||||
|
Reference in New Issue
Block a user