forked from KolibriOS/kolibrios
'21 days' game: interface bug eventually fixed
git-svn-id: svn://kolibrios.org@5325 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c5b22e42d3
commit
5ccdbd9e7a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user