engine: bring back XASH_USE_SELECT. I need somehow disable this only on my work PC
This commit is contained in:
parent
b09242e41c
commit
5f849c4823
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ GNU General Public License for more details.
|
||||||
#define XASH_COLORIZE_CONSOLE
|
#define XASH_COLORIZE_CONSOLE
|
||||||
// use with caution, running engine in Qt Creator may cause a freeze in read() call
|
// use with caution, running engine in Qt Creator may cause a freeze in read() call
|
||||||
// I was never encountered this bug anywhere else, so still enable by default
|
// I was never encountered this bug anywhere else, so still enable by default
|
||||||
// #define XASH_USE_SELECT
|
#define XASH_USE_SELECT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XASH_USE_SELECT
|
#ifdef XASH_USE_SELECT
|
||||||
|
|
Loading…
Add table
Reference in a new issue