(svn r18683) -Fix: it's not an other

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 15 years ago
parent 115b207745
commit b2e9b5d612

@ -132,7 +132,7 @@ static void Load_ORDR()
if (CheckSavegameVersion(5)) {
/* Pre-version 5 had another layout for orders
(uint16 instead of uint32) */
* (uint16 instead of uint32) */
len /= sizeof(uint16);
uint16 *orders = MallocT<uint16>(len + 1);

Loading…
Cancel
Save