(svn r1281) -Fix: the OS/2 is now finished. Fixes:

- Networking
  - File selector issue
  - Keyboard input
  - Dedicated server console issue (use dedicated.cmd to open a server)
  - Plus many other minor issues
This commit is contained in:
truelight
2004-12-27 10:40:04 +00:00
parent f3c8f40c51
commit 1f4c1e8821
13 changed files with 989 additions and 745 deletions

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
#if defined(UNIX)
#if defined(UNIX) || defined(__OS2__)
#include <ctype.h> // required for tolower()
#endif