mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 19:54:06 +01:00
Codechange: Removed SmallVector completely
This commit is contained in:
@@ -42,7 +42,7 @@ struct OldWaypoint {
|
||||
};
|
||||
|
||||
/** Temporary array with old waypoints. */
|
||||
static SmallVector<OldWaypoint, 16> _old_waypoints;
|
||||
static std::vector<OldWaypoint> _old_waypoints;
|
||||
|
||||
/**
|
||||
* Update the waypoint orders to get the new waypoint ID.
|
||||
|
||||
Reference in New Issue
Block a user