1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-02-12 17:45:09 +01:00
parent a14440e1f6
commit f8ce7844cb

View File

@ -1907,7 +1907,7 @@ bool CEvent::DrawButtons()
while (table[m_index].buttons[i].message != 0)
{
m_buttons[i].Draw ();
i ++;
++i;
}
if (m_phase == WM_PHASE_PLAY)