- missed a line.

This commit is contained in:
Christoph Oelckers 2014-09-08 23:25:27 +02:00
parent 580e580c42
commit 5e34b78451
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ void SetCompatibilityParams()
{
sectors[CompatParams[i + 1]].tag = CompatParams[i + 2];
}
i += 3;
break;
}
}