mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Unbreak r6608.
git-svn-id: https://svn.eduke32.com/eduke32@6628 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ea6955009f
commit
e741c8d067
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ static void G_DrawOverheadMap(int32_t cposx, int32_t cposy, int32_t czoom, int16
|
|||
else
|
||||
i = APLAYERTOP;
|
||||
|
||||
int32_t i = VM_OnEventWithReturn(EVENT_DISPLAYOVERHEADMAPPLAYER, g_player[p].ps->i, p, i);
|
||||
i = VM_OnEventWithReturn(EVENT_DISPLAYOVERHEADMAPPLAYER, g_player[p].ps->i, p, i);
|
||||
|
||||
if (i < 0)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue