add SetLoadedFromProfile()
This commit is contained in:
Glenn Maynard
2004-04-16 23:47:24 +00:00
parent 293d0fa52a
commit b3e627f968
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -29,11 +29,6 @@
Steps::Steps()
{
/* FIXME: should we init this to STEPS_TYPE_INVALID?
* I have a feeling that it's the right thing to do but that
* it'd trip obscure asserts all over the place, so I'll wait
* until after b6 to do this. -glenn */
/* Yep, it should be STEPS_TYPE_INVALID. -Chris */
m_StepsType = STEPS_TYPE_INVALID;
m_LoadedFromProfile = PROFILE_SLOT_INVALID;
m_Difficulty = DIFFICULTY_INVALID;