'21 days' game: interface bug eventually fixed

git-svn-id: svn://kolibrios.org@5325 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
igevorse 2014-12-31 13:07:38 +00:00
parent c5b22e42d3
commit 5ccdbd9e7a

View File

@ -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;