From 9223174c8e4848be3ad2d09ce3427070750c3bc5 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sun, 20 Dec 2015 00:38:06 +0000 Subject: [PATCH] cmm/appearance: fix typo, games/lines: fix text position git-svn-id: svn://kolibrios.org@5989 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cmm/appearance/appearance.c | 2 +- programs/games/lines/ball_operations.inc | 2 +- programs/games/lines/draw_window.inc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/cmm/appearance/appearance.c b/programs/cmm/appearance/appearance.c index 51db502ad6..9ada78dad2 100644 --- a/programs/cmm/appearance/appearance.c +++ b/programs/cmm/appearance/appearance.c @@ -13,7 +13,7 @@ #include "..\lib\obj\box_lib.h" #ifdef LANG_RUS - ?define WINDOW_HEADER "“áŻŕ ˘ŤĽ­¨Ľ ⼏ŽŠ" + ?define WINDOW_HEADER "“Żŕ ˘ŤĽ­¨Ľ ⼏ŽŠ" ?define T_SKINS " ’ĽŹ  ŽŞŽ­" ?define T_WALLPAPERS " ŽĄŽ¨ ŕ ĄŽçĽŁŽ á⎍ " #else diff --git a/programs/games/lines/ball_operations.inc b/programs/games/lines/ball_operations.inc index ff4454b378..5affdcdd02 100644 --- a/programs/games/lines/ball_operations.inc +++ b/programs/games/lines/ball_operations.inc @@ -177,7 +177,7 @@ redraw_score: mov ebx, 0xB0000 mov ecx, [score] - mov edx, 15*65536 + 27 + mov edx, 15*65536 + 24 mov esi, 0x10ffffff mcall 47 ret \ No newline at end of file diff --git a/programs/games/lines/draw_window.inc b/programs/games/lines/draw_window.inc index 0af731c9c8..a3044dee5d 100644 --- a/programs/games/lines/draw_window.inc +++ b/programs/games/lines/draw_window.inc @@ -11,13 +11,13 @@ macro draw_window { mcall 0 ; ­ ŕ¨áŽ˘ âě ŽŞ­Ž - mov ebx, 12*65536 + 7 ;ˆ‘“…Œ Ž—Šˆ + mov ebx, 12*65536 + 5 ;ˆ‘“…Œ Ž—Šˆ mov ecx, 0x90000000 mov edx, szScore mcall 4 call redraw_score - mov ebx, 234*65536 + 7 ;ˆ‘“…Œ …ŠŽ„ + mov ebx, 234*65536 + 5 ;ˆ‘“…Œ …ŠŽ„ mov ecx, 0x90000000 mov edx, szRecord mcall 4 @@ -29,7 +29,7 @@ macro draw_window { mov ebx, 0xB0000 mov ecx, [record] - mov edx, 237*65536 + 27 + mov edx, 237*65536 + 24 mov esi, 0x10ffffff mcall 47