SVN r645 (trunk)

This commit is contained in:
Christoph Oelckers 2007-12-26 16:37:27 +00:00
parent 0535d15df3
commit 3df3d6d052
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ static void G_QueueBody (AActor *body)
if (GetTranslationType(body->Translation) == TRANSLATION_Players ||
GetTranslationType(body->Translation) == TRANSLATION_PlayersExtra)
{
translationtables[TRANSLATION_PlayerCorpses][modslot] = TranslationToTable(body->Translation);
*translationtables[TRANSLATION_PlayerCorpses][modslot] = *TranslationToTable(body->Translation);
body->Translation = TRANSLATION(TRANSLATION_PlayerCorpses,modslot);
}