- fixed the summary screen animation.

Fixes #21.
This commit is contained in:
Christoph Oelckers 2020-07-26 12:31:20 +02:00
parent 6e276545cd
commit b111ca5f96
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ public:
S_PlaySound(BONUS_SPEECH1 + (rand() & 3), CHAN_AUTO, CHANF_UI);
}
}
else
//else
{
int tile = val == 2 || val == 3 ? gfx_offset + 4 : gfx_offset + 3;
DrawTexture(twod, tileGetTexture(tile), 199, 31, DTA_FullscreenScale, 3, DTA_VirtualWidth, 320, DTA_VirtualHeight, 200, DTA_TopLeft, true, TAG_DONE);