From 14bda310ae4e02b564344d694265c48552506313 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 25 May 2012 09:48:50 +0000 Subject: [PATCH] phenix: corrected window header git-svn-id: svn://kolibrios.org@2677 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/phenix/trunk/phenix.asm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/programs/games/phenix/trunk/phenix.asm b/programs/games/phenix/trunk/phenix.asm index 4fab2755d1..62d56d05dc 100644 --- a/programs/games/phenix/trunk/phenix.asm +++ b/programs/games/phenix/trunk/phenix.asm @@ -973,11 +973,12 @@ close_app: jmp still draw_window: - startwd - window 40,40,(640+9),(440+26),window_Skinned+0x00 - label 8,8,'ASCL DYNAMIC GAME',cl_White+font_Big -; setimg 5,22,img_area - endwd + + mcall 12,1 ;start window redraw + mcall 0, <40, 640+9>, <40, 440+26>, 0x14000000,, wtitle + mcall 12,2 ;end window redraw + ; setimg 5,22,img_area + ret ;********************** @@ -1297,6 +1298,8 @@ imgsize: keymap: rb 1000 +wtitle db 'Phenix for KolibriOS', 0 + ;gif_file_area ~21500 gif_file_area2: file 'phenix.gif'