From 5ccdbd9e7a0d4cc2b86a316610b694f0666de94f Mon Sep 17 00:00:00 2001 From: igevorse Date: Wed, 31 Dec 2014 13:07:38 +0000 Subject: [PATCH] '21 days' game: interface bug eventually fixed git-svn-id: svn://kolibrios.org@5325 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/21days/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/games/21days/interface.cpp b/programs/games/21days/interface.cpp index 1e3463ddf0..9e4db1c47d 100755 --- a/programs/games/21days/interface.cpp +++ b/programs/games/21days/interface.cpp @@ -272,7 +272,7 @@ void drawWindow(string content, const char* title, string topline , string botto lines = 0; // Top line drawHBorder(lines, deltaX, winWidth); - #ifdef _WIN32 + #if defined(_WIN32) && !defined(_KOS32) lines = 1; #else lines = 2;