mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
SVN r645 (trunk)
This commit is contained in:
parent
0535d15df3
commit
3df3d6d052
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue