forked from KolibriOS/kolibrios
'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:
parent
d491a54f52
commit
ffb9d09ce6
@ -15,6 +15,7 @@
|
|||||||
#1 **** ˆ£àë ****
|
#1 **** ˆ£àë ****
|
||||||
‹®£¨ç¥áª¨¥ > /@2
|
‹®£¨ç¥áª¨¥ > /@2
|
||||||
€àª ¤ë > /@3
|
€àª ¤ë > /@3
|
||||||
|
21 days /KolibriOS/games/21days/21days
|
||||||
RockeT ForceS /sys/games/rforces
|
RockeT ForceS /sys/games/rforces
|
||||||
’àã¡®¯à®¢®¤ /sys/games/pipes
|
’àã¡®¯à®¢®¤ /sys/games/pipes
|
||||||
Memory Blocks /sys/games/mblocks
|
Memory Blocks /sys/games/mblocks
|
||||||
|
@ -220,14 +220,14 @@ void drawWindow(string content, const char* title, string topline , string botto
|
|||||||
int winWidth, winHeight;
|
int winWidth, winHeight;
|
||||||
getWinWH(winWidth, winHeight);
|
getWinWH(winWidth, winHeight);
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(_KOS32)
|
||||||
int deltaX = 0;
|
int deltaX = 0;
|
||||||
#else
|
#else
|
||||||
int deltaX = 1;
|
int deltaX = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Total lines
|
// Total lines
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(_KOS32)
|
||||||
int lines = 0;
|
int lines = 0;
|
||||||
#else
|
#else
|
||||||
int lines = 1;
|
int lines = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user