summaryrefslogtreecommitdiff
path: root/src/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order.h')
-rw-r--r--src/order.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order.h b/src/order.h
index 6b824755e..b3d688d5a 100644
--- a/src/order.h
+++ b/src/order.h
@@ -127,7 +127,7 @@ struct BackuppedOrders {
VehicleOrderID orderindex;
Order *order;
uint16 service_interval;
- char name[32];
+ char *name;
};
VARDEF TileIndex _backup_orders_tile;