rsquare: corrected window title, BUT it should be maked as it game 15

git-svn-id: svn://kolibrios.org@2682 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-05-25 16:45:29 +00:00
parent 86226de4d6
commit 6e8d4b2a4d

View File

@ -184,13 +184,12 @@ button: ; BUTTON - only close supported
draw_window: draw_window:
mov [ticks],TICKS mov [ticks],TICKS
mcall 12,1 mcall 12,1
mcall 0,<100,FLDSIZE2+16>,<100,FLDSIZE2+38>,0x04008000 mcall 0,<100,FLDSIZE2+16>,<100,FLDSIZE2+38>,0x14008000, , header
mcall 4,<8,8>,0x10ffffff,header,header.size
mov esi,ecx
if lang eq ru if lang eq ru
mcall 47,0x20000,[levnum],<165,8> mcall 47,0x20000,[levnum],<128,8>, 0
else else
mcall 47,0x20000,[levnum],<145,8> mcall 47,0x20000,[levnum],<117,8>, 0
end if end if
call red_field call red_field
cmp [mode],0 cmp [mode],0
@ -640,8 +639,8 @@ file 'rlevels.bin'
msg_ok db 'OK' msg_ok db 'OK'
if lang eq ru if lang eq ru
header db 'Red Square - “஢¥­ì h - <20>®¬®éì, p - <20> ã§ ' header db 'Red Square - “஢¥­ì h - <20>®¬®éì, p - <20> ã§ ', 0
.size = $ - header
messages mstr 'Žâ«¨ç­®! ‚ë ¯¥à¥å®¤¨â¥ ­  á«¥¤ãî騩 ã஢¥­ì.',\ messages mstr 'Žâ«¨ç­®! ‚ë ¯¥à¥å®¤¨â¥ ­  á«¥¤ãî騩 ã஢¥­ì.',\
'Šà á­ë¥ ª«¥âª¨ ã­¨ç⮦¥­ë. ë ¯à®¨£à «¨.',\ 'Šà á­ë¥ ª«¥âª¨ ã­¨ç⮦¥­ë. ë ¯à®¨£à «¨.',\
'ë ¯à®è«¨ ¢á¥ ã஢­¨. <EFBFBD>®§¤à ¢«ï¥¬!',\ 'ë ¯à®è«¨ ¢á¥ ã஢­¨. <EFBFBD>®§¤à ¢«ï¥¬!',\
@ -664,8 +663,8 @@ desc mstr '
'Žà¨£¨­ « ¨£àë ¯®¤ Win32 ­ ¯¨á « « ¤¨¬¨à <EFBFBD>ਢ «®¢, 2002',\ 'Žà¨£¨­ « ¨£àë ¯®¤ Win32 ­ ¯¨á « « ¤¨¬¨à <EFBFBD>ਢ «®¢, 2002',\
' ¯à®£à ¬¬¨à®¢ « ­   áᥬ¡«¥à¥ Willow, 2005' ' ¯à®£à ¬¬¨à®¢ « ­   áᥬ¡«¥à¥ Willow, 2005'
else else
header db 'Red Square - Level h - Help, p - Pause' header db 'Red Square - Level h - Help, p - Pause', 0
.size = $ - header
messages mstr 'Well done! You are on the next level',\ messages mstr 'Well done! You are on the next level',\
'Your red cells are vanished! Game over.',\ 'Your red cells are vanished! Game over.',\
"You've completed the game. Congratulations!",\ "You've completed the game. Congratulations!",\