From 1f4c1e8821dfbb6bbb3e14e544d0801a0dfc8ac8 Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 27 Dec 2004 10:40:04 +0000 Subject: (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 --- intro_gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intro_gui.c') diff --git a/intro_gui.c b/intro_gui.c index baa64d785..cb3b8a055 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -199,6 +199,8 @@ static void AskAbandonGameWndProc(Window *w, WindowEvent *e) { SetDParam(0, STR_OSNAME_MORPHOS); #elif defined(__AMIGA__) SetDParam(0, STR_OSNAME_AMIGAOS); +#elif defined(__OS2__) + SetDParam(0, STR_OSNAME_OS2); #else SetDParam(0, STR_0134_UNIX); #endif -- cgit v1.2.3-54-g00ecf