mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Merge branch 'master' into wip/landscape
This commit is contained in:
commit
9c43bcae44
@ -5246,6 +5246,9 @@ CEvent::TreatEventBase (const SDL_Event & event)
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
case EV_PHASE_STOP:
|
case EV_PHASE_STOP:
|
||||||
|
ChangePhase (EV_PHASE_PLAY);
|
||||||
|
return true;
|
||||||
|
|
||||||
case EV_PHASE_LOST:
|
case EV_PHASE_LOST:
|
||||||
case EV_PHASE_BUILD:
|
case EV_PHASE_BUILD:
|
||||||
ChangePhase (EV_PHASE_INFO);
|
ChangePhase (EV_PHASE_INFO);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user