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

Cosmetic: fix indent after previous commit

This commit is contained in:
Mathieu Schroeter 2017-10-26 17:06:28 +02:00
parent e0adfd4fed
commit dfc729739c

View File

@ -213,7 +213,7 @@ UpdateFrame (void)
if (g_pEvent->IsShift ()) // screen shifting
g_pEvent->DecorAutoShift ();
{
if (!g_pEvent->GetPause ())
{
speed = g_pEvent->GetSpeed () * g_speedRate;
@ -229,7 +229,6 @@ UpdateFrame (void)
g_pDecor->Build (clip, posMouse); // build the environment
g_pDecor->NextPhase (1); // rebuild the map sometimes
}
}
if (phase == EV_PHASE_BUILD)
{