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