Missing sleep for eqlaunch

This commit is contained in:
KimLS 2017-01-14 16:37:52 -08:00
parent 01a04a63c3
commit e1e907e441

View File

@ -31,6 +31,10 @@
#include <signal.h>
#include <time.h>
#ifndef _WINDOWS
#include "../common/unix.h"
#endif
EQEmuLogSys Log;
bool RunLoops = false;