1
0
Fork 0

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

release/1.0
rubidium 2010-01-01 18:45:40 +00:00
parent 115b207745
commit b2e9b5d612
16 changed files with 19 additions and 19 deletions

View File

@ -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);