Jeck - Some warnings cleanup.

This commit is contained in:
wagic.jeck
2009-08-28 05:40:10 +00:00
parent e5bbbb358f
commit d1f6cdcd96
7 changed files with 51 additions and 66 deletions

View File

@@ -286,7 +286,6 @@ void OptionProfile::Update(float dt){
}
void OptionProfile::Entering(){
JLBFont * menuFont = GameApp::CommonRes->GetJLBFont(Constants::MENU_FONT);
hasFocus = true;
bCheck = false;
initialValue = value;
@@ -310,6 +309,7 @@ void OptionProfile::cancelSubmode()
options[Options::ACTIVE_PROFILE] = selections[initialValue];
value = initialValue;
populate();
bCheck = false;
}
void OptionProfile::acceptSubmode()
{
@@ -319,6 +319,7 @@ void OptionProfile::acceptSubmode()
options[Options::ACTIVE_PROFILE] = selections[value];
initialValue = value;
populate();
bCheck = false;
}
//OptionDirectory