Keep working on #3345, not there yet

This commit is contained in:
auria.mg 2018-07-19 21:09:33 -04:00
parent f4dced8172
commit a3a5befe63
2 changed files with 8 additions and 1 deletions

View File

@ -171,7 +171,12 @@ void CutsceneWorld::init()
CutsceneWorld::~CutsceneWorld()
{
} // ~CutsceneWorld
//-----------------------------------------------------------------------------
void CutsceneWorld::reset()
{
World::reset();
m_phase = RACE_PHASE;
}
//-----------------------------------------------------------------------------
/** Returns the internal identifier for this race.
*/

View File

@ -65,6 +65,8 @@ public:
virtual void init() OVERRIDE;
virtual void reset() OVERRIDE;
// clock events
virtual bool isRaceOver() OVERRIDE;