- fixed: The desaturation translation addition broke parsing of palette index based translations.

SVN r1925 (trunk)
This commit is contained in:
Christoph Oelckers 2009-10-17 07:05:34 +00:00
commit bbcd6ed5f9
2 changed files with 4 additions and 1 deletions

View file

@ -463,7 +463,7 @@ void FRemapTable::AddToTranslation(const char * range)
{
int pal1,pal2;
sc.MustGetToken(TK_IntConst);
sc.TokenMustBe(TK_IntConst);
pal1 = sc.Number;
sc.MustGetToken(':');
sc.MustGetToken(TK_IntConst);