mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-22 11:31:11 +00:00
CON: Call I_ClearAllInput before Anim_Play when executing startcutscene.
git-svn-id: https://svn.eduke32.com/eduke32@6428 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
df70cbbbeb
commit
af679d2ca8
1 changed files with 1 additions and 0 deletions
|
@ -2756,6 +2756,7 @@ nullquote:
|
||||||
}
|
}
|
||||||
|
|
||||||
tw = pPlayer->palette;
|
tw = pPlayer->palette;
|
||||||
|
I_ClearAllInput();
|
||||||
Anim_Play(apStrings[nQuote]);
|
Anim_Play(apStrings[nQuote]);
|
||||||
P_SetGamePalette(pPlayer, tw, 2 + 16);
|
P_SetGamePalette(pPlayer, tw, 2 + 16);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue