mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 15:02:01 +00:00
- fixed bad ACS translation indexing.
This commit is contained in:
parent
1279ec081a
commit
c537e5a0b7
1 changed files with 1 additions and 1 deletions
|
@ -9505,7 +9505,7 @@ scriptwait:
|
||||||
{
|
{
|
||||||
translation = new FRemapTable;
|
translation = new FRemapTable;
|
||||||
translation->MakeIdentity();
|
translation->MakeIdentity();
|
||||||
transi = i + 1;
|
transi = i - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue