'21 days' game: interface bug fixed, adding to the main menu

git-svn-id: svn://kolibrios.org@5323 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
igevorse 2014-12-31 12:40:29 +00:00
parent d491a54f52
commit ffb9d09ce6
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#1 **** ˆ£àë ****
‹®£¨ç¥áª¨¥ > /@2
€àª ¤ë > /@3
21 days /KolibriOS/games/21days/21days
RockeT ForceS /sys/games/rforces
’àã¡®¯à®¢®¤ /sys/games/pipes
Memory Blocks /sys/games/mblocks

View File

@ -220,14 +220,14 @@ void drawWindow(string content, const char* title, string topline , string botto
int winWidth, winHeight;
getWinWH(winWidth, winHeight);
#ifdef _WIN32
#if defined(_WIN32) && !defined(_KOS32)
int deltaX = 0;
#else
int deltaX = 1;
#endif
// Total lines
#ifdef _WIN32
#if defined(_WIN32) && !defined(_KOS32)
int lines = 0;
#else
int lines = 1;