- fixed bad ACS translation indexing.

This commit is contained in:
Christoph Oelckers 2020-06-02 22:31:04 +02:00
parent 1279ec081a
commit c537e5a0b7
1 changed files with 1 additions and 1 deletions

View File

@ -9505,7 +9505,7 @@ scriptwait:
{
translation = new FRemapTable;
translation->MakeIdentity();
transi = i + 1;
transi = i - 1;
}
}
break;