network allintimer changes

This commit is contained in:
doitux
2007-06-10 21:45:31 +00:00
parent 7340be6ba2
commit 0eb3e7e706
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void MySetLabel::startTimeOutAnimation(int secs) {
waitFrames = 3000/timerIntervall;
std::cout << timerIntervall << endl;
// std::cout << timerIntervall << endl;
timeOutAnimation = TRUE;
timeOutAnimationTimer->start(timerIntervall);
}