Changeset - r1090:8613dbbd437d
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-01-22 18:59:53
tron@openttd.org
(svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dedicated.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)