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

pull/155/head
rubidium 15 years ago
parent b8214ed995
commit 3de085a143

@ -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…
Cancel
Save