mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 06:32:37 +00:00
Revert a minor change I made to EVENT_LOGO
git-svn-id: https://svn.eduke32.com/eduke32@6546 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1cba801b55
commit
4edc1c6523
1 changed files with 1 additions and 1 deletions
|
@ -1629,7 +1629,7 @@ void G_DisplayLogo(void)
|
|||
#ifdef LUNATIC
|
||||
g_elEventError = 0;
|
||||
#endif
|
||||
VM_OnEvent(EVENT_LOGO, g_player[screenpeek].ps->i, screenpeek);
|
||||
VM_OnEvent(EVENT_LOGO, -1, screenpeek);
|
||||
|
||||
if (g_restorePalette)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue