(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way

pull/155/head
tron 20 years ago
parent e00fd30057
commit 1a7cf0d76a

@ -157,7 +157,7 @@ static void DedicatedVideoStop(void)
static void DedicatedVideoMakeDirty(int left, int top, int width, int height) {}
static bool DedicatedVideoChangeRes(int w, int h) { return false; }
#ifdef UNIX
#if defined(UNIX) || defined(__OS2__)
static bool InputWaiting(void)
{
struct timeval tv;

Loading…
Cancel
Save