Index OrderList contents in a flat vector

This commit is contained in:
Jonathan G Rennison
2019-01-19 11:21:04 +00:00
parent d87ac8ec7e
commit 0bb9207f4d
3 changed files with 35 additions and 31 deletions

View File

@@ -287,12 +287,13 @@ static void Load_ORDL()
}
static void Ptrs_ORDL()
void Ptrs_ORDL()
{
OrderList *list;
FOR_ALL_ORDER_LISTS(list) {
SlObject(list, GetOrderListDescription());
list->ReindexOrderList();
}
}