Implement async dispatcher #221

This commit is contained in:
Eduardo Bart
2013-03-04 18:56:22 -03:00
parent c452e74e0c
commit 0be7bd5360
13 changed files with 274 additions and 70 deletions

View File

@@ -29,7 +29,7 @@
class LocalPlayer : public Player
{
enum {
PREWALK_TIMEOUT = 5000
PREWALK_TIMEOUT = 1000
};
public: