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

This commit is contained in:
rubidium
2010-01-01 18:45:40 +00:00
parent b8214ed995
commit 3de085a143
16 changed files with 19 additions and 19 deletions

View File

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