1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Merge commit 'd7eaa69'

This commit is contained in:
Mathieu Schroeter 2017-09-06 23:33:20 +02:00
commit ed7f95f3aa

View File

@ -5315,6 +5315,11 @@ CEvent::TreatEventBase (const SDL_Event & event)
g_enableRecorder && m_phase == EV_PHASE_PLAY && !m_bDemoPlay &&
m_bStartRecording)
DemoRecStop (); // stop recording
else if (m_phase == EV_PHASE_PLAY && m_bDemoPlay)
{
DemoPlayStop ();
return true;
}
break;
case SDLK_F9:
if (m_phase == EV_PHASE_PLAY)