- Fixed: G_QueueBody was not notifying the translation that it was changed.

SVN r1884 (trunk)
This commit is contained in:
Christoph Oelckers 2009-09-27 07:17:51 +00:00
commit c628ac48cd
2 changed files with 7 additions and 0 deletions

View file

@ -1506,6 +1506,7 @@ static void G_QueueBody (AActor *body)
{
*translationtables[TRANSLATION_PlayerCorpses][modslot] = *TranslationToTable(body->Translation);
body->Translation = TRANSLATION(TRANSLATION_PlayerCorpses,modslot);
translationtables[TRANSLATION_PlayerCorpses][modslot]->UpdateNative();
}
bodyqueslot++;