[8781] Remove old 100ms Linux hack in WorldRunnable.

* This allows Linux OS to update world every 50ms like Windows (possible speed-up, but more CPU usage).
 * This hack was probably used because of old sockets lib, but we don't use this for worldd anymore.
This commit is contained in:
XTZGZoReX 2009-11-06 15:37:00 +01:00 committed by unknown
parent 64848ac380
commit 16dcc0673a
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8780"
#define REVISION_NR "8781"
#endif // __REVISION_NR_H__