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

Reduce intro image time

This commit is contained in:
Mathieu Schroeter 2017-02-26 22:21:33 +01:00
parent 84a73da2b2
commit 29fe4d83c6

View File

@ -5240,7 +5240,7 @@ void CEvent::IntroStep()
{
m_introTime ++;
if (m_introTime > 20 * 3)
if (m_introTime > 20 * 1)
{
if (m_phase == WM_PHASE_INTRO1 )
{