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:
parent
84a73da2b2
commit
29fe4d83c6
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user