Player action timeout - display is working, function still missing.

This commit is contained in:
lotodore
2007-06-07 23:24:22 +00:00
parent fb274284f5
commit 9a29830532
12 changed files with 65 additions and 36 deletions
+3 -3
View File
@@ -57,9 +57,9 @@ void MySetLabel::nextTimeOutAnimationFrame() {
update();
}
else {
stopTimeOutAnimation();
//callback
myW->userActionTimeOutReached();
stopTimeOutAnimation();
// no callback is called here.
// the server initiates any action required.
}
}