This commit is contained in:
Glenn Maynard
2006-10-07 03:32:16 +00:00
parent 0e1dffeba5
commit b67e57864e
12 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ Steps::Steps()
{
m_bSavedToDisk = false;
m_StepsType = StepsType_Invalid;
m_LoadedFromProfile = ProfileSlot_INVALID;
m_LoadedFromProfile = ProfileSlot_Invalid;
m_iHash = 0;
m_Difficulty = DIFFICULTY_INVALID;
m_iMeter = 0;
@@ -282,7 +282,7 @@ void Steps::Compress() const
return;
}
if( !m_sFilename.empty() && m_LoadedFromProfile == ProfileSlot_INVALID )
if( !m_sFilename.empty() && m_LoadedFromProfile == ProfileSlot_Invalid )
{
/*
* We have a file on disk; clear all data in memory.