| 261 | this->debugQueue.push_back(tmp); |
| 262 | } |
| 263 | bool aithread::retry() |
| 264 | { |
| 265 | this->dwScriptOffset -= this->dwBytesRead; |
| 266 | this->setSleep(30); |
| 267 | this->dwBytesRead = 0; |
| 268 | this->retryBlock = true; |
| 269 | return false; |
| 270 | } |
| 271 | bool aithread::noretry() |
| 272 | { |
| 273 | this->dwBytesRead = 0; |