forked from KolibriOS/kolibrios
clicks: set default size to Middle
git-svn-id: svn://kolibrios.org@2842 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
71da32c55a
commit
620be5b36e
@ -6,7 +6,7 @@
|
||||
system_colors sc;
|
||||
|
||||
//óðîâíè ñëîæíîñòè
|
||||
int DIFFICULTY_LEVEL;
|
||||
int DIFFICULTY_LEVEL=1; //<2F><>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
||||
char *BOARD_SIZES[]={ "S", "M", "L", 0 };
|
||||
int DIFFICULTY_LEV_PARAMS[]={ 9, 12, 16 };
|
||||
|
||||
@ -37,7 +37,7 @@ void main()
|
||||
{
|
||||
int key, id;
|
||||
|
||||
BLOCKS_NUM=DIFFICULTY_LEV_PARAMS[0]; //ïî-óìîë÷àíèþ ñàìîå ìàëåíüêîå ïîëå
|
||||
BLOCKS_NUM=DIFFICULTY_LEV_PARAMS[DIFFICULTY_LEVEL];
|
||||
|
||||
new_game();
|
||||
|
||||
|
@ -94,7 +94,7 @@ inline fastcall Pause(dword EBX)
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
char buffer[11]="";
|
||||
char buffer[11];
|
||||
inline fastcall dword IntToStr(dword ESI)
|
||||
{
|
||||
$mov edi, #buffer
|
||||
@ -223,7 +223,7 @@ void PutImage(dword EBX,w,h,x,y)
|
||||
$int 0x40
|
||||
}
|
||||
|
||||
inline fastcall dword WriteDebug(dword EDX)
|
||||
inline fastcall dword debug(dword EDX)
|
||||
{
|
||||
$push ebx
|
||||
$push ecx
|
||||
|
Loading…
Reference in New Issue
Block a user