clicks try to fix autobuild #2

git-svn-id: svn://kolibrios.org@2797 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-06-16 16:33:04 +00:00
parent 9420c18409
commit 54a76b78c8
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,6 @@
#include "lib\kolibri.h"
#include "lib\random.h"
#include "lib\boxes.txt"
#include "lang.h--"
system_colors sc;
//óðîâíè ñëîæíîñòè
@ -22,6 +20,10 @@ int blocks_matrix[28*28]; //
#define DELETED_BLOCK 6
#define HEADER "Just Clicks v2.0"
#ifndef AUTOBUILD
#include "lang.h--"
#endif
#ifdef LANG_RUS
char NEW_GAME_TEXT[]=" ‡ ­®¢® [F2]";
char REZULT_TEXT[]="<EFBFBD>¥§ã«ìâ â: ";

View File

@ -52,11 +52,13 @@ struct system_colors{
void system_colors::get()
{
$push ecx
EAX = 48;
EBX = 3;
ECX = #frame;
EDX = 40;
$int 0x40
$pop ecx
}
//------------------------------------------------------------------------------