mirror of https://github.com/OpenTTD/OpenTTD
(svn r18683) -Fix: it's not an other
parent
115b207745
commit
b2e9b5d612
|
@ -132,7 +132,7 @@ static void Load_ORDR()
|
||||||
|
|
||||||
if (CheckSavegameVersion(5)) {
|
if (CheckSavegameVersion(5)) {
|
||||||
/* Pre-version 5 had another layout for orders
|
/* Pre-version 5 had another layout for orders
|
||||||
(uint16 instead of uint32) */
|
* (uint16 instead of uint32) */
|
||||||
len /= sizeof(uint16);
|
len /= sizeof(uint16);
|
||||||
uint16 *orders = MallocT<uint16>(len + 1);
|
uint16 *orders = MallocT<uint16>(len + 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue