configfile minimize disc-access

timoutanimation stops if player start a "local game"
This commit is contained in:
doitux
2007-06-09 09:45:04 +00:00
parent db4aea3f78
commit bfbcddb693
5 changed files with 50 additions and 70 deletions
@@ -36,4 +36,6 @@ changeHumanPlayerNameDialogImpl::changeHumanPlayerNameDialogImpl(QWidget *parent
void changeHumanPlayerNameDialogImpl::savePlayerName() {
myConfig->writeConfigString("MyName", lineEdit->text().toUtf8().constData());
}
//write buffer to disc
myConfig->writeBuffer();
}