initialize m_bIsEditorStepTiming with true, to be sure.
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ GameState::GameState() :
|
||||
m_stEditSource( Message_EditSourceStepsTypeChanged ),
|
||||
m_iEditCourseEntryIndex( Message_EditCourseEntryIndexChanged ),
|
||||
m_sEditLocalProfileID( Message_EditLocalProfileIDChanged ),
|
||||
m_bIsEditorStepTiming( false )
|
||||
m_bIsEditorStepTiming( true )
|
||||
{
|
||||
g_pImpl = new GameStateImpl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user