From ea6d3129b190c7215bc2343907c22286e36256f2 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 25 May 2012 10:52:13 +0000 Subject: [PATCH] =?UTF-8?q?tetris:=20"=D0=9D=D0=9E=D0=92=D0=90=D0=AF"=20se?= =?UTF-8?q?ntered?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://kolibrios.org@2679 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/tetris/trunk/tetris.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programs/games/tetris/trunk/tetris.asm b/programs/games/tetris/trunk/tetris.asm index 8adec233f1..d598523692 100644 --- a/programs/games/tetris/trunk/tetris.asm +++ b/programs/games/tetris/trunk/tetris.asm @@ -59,8 +59,7 @@ use32 dd I_END+1024 ; esp dd 0x0,0x0 ; I_PARAM, I_ICON include 'lang.inc' -include 'macros.inc' - +include '../../../macros.inc' START: ; start of execution @@ -843,7 +842,7 @@ if lang eq ru title db ' 1.61 - ',0 labe db '',0 text db '窨:',0 - game_finished: db '',0 + game_finished: db ' ',0 else