Jeck - Signed/unsigned fix in resource manager, options save fix.

This commit is contained in:
wagic.jeck
2009-09-14 18:30:47 +00:00
parent 0eb79c23b9
commit 5467fd379f
5 changed files with 11 additions and 4 deletions

View File

@@ -526,7 +526,6 @@ void OptionsList::save(){
for (int i = 0; i < nbitems; i++){
listItems[i]->setData();
}
::options.save();
}
void OptionsList::Update(float dt){
@@ -652,6 +651,8 @@ void OptionsMenu::save(){
for(int x=0;x<MAX_OPTION_TABS;x++)
if(tabs[x] != NULL)
tabs[x]->save();
::options.save();
}
bool OptionsMenu::isTab(string name){