mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 11:11:16 +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
|
#ifdef LUNATIC
|
||||||
g_elEventError = 0;
|
g_elEventError = 0;
|
||||||
#endif
|
#endif
|
||||||
VM_OnEvent(EVENT_LOGO, g_player[screenpeek].ps->i, screenpeek);
|
VM_OnEvent(EVENT_LOGO, -1, screenpeek);
|
||||||
|
|
||||||
if (g_restorePalette)
|
if (g_restorePalette)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue