Keep working on #3345, not there yet
This commit is contained in:
parent
f4dced8172
commit
a3a5befe63
@ -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.
|
||||
*/
|
||||
|
@ -65,6 +65,8 @@ public:
|
||||
|
||||
virtual void init() OVERRIDE;
|
||||
|
||||
virtual void reset() OVERRIDE;
|
||||
|
||||
// clock events
|
||||
virtual bool isRaceOver() OVERRIDE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user