listplay fix
git-svn-id: svn://kolibrios.org@2291 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4e4b558196
commit
a29fff6025
@ -613,7 +613,7 @@ draw_window:
|
|||||||
mov ecx,100*65536+420 ; [y start] *65536 + [y size]
|
mov ecx,100*65536+420 ; [y start] *65536 + [y size]
|
||||||
mov edx,[sc.work] ; color of work area RRGGBB,8->color gl
|
mov edx,[sc.work] ; color of work area RRGGBB,8->color gl
|
||||||
or edx,0x33000000
|
or edx,0x33000000
|
||||||
mov edi,header
|
mov edi,title
|
||||||
mcall
|
mcall
|
||||||
mov eax,4
|
mov eax,4
|
||||||
mov ebx,5*65536+5
|
mov ebx,5*65536+5
|
||||||
@ -748,7 +748,7 @@ list:
|
|||||||
; DATA AREA
|
; DATA AREA
|
||||||
|
|
||||||
|
|
||||||
header: db '<27>ந£àë¢ ¥¬ ¯«¥©«¨áâ v 0.20 :)',0
|
title: db '<27>ந£àë¢ ¥¬ ¯«¥©«¨áâ v 0.20',0
|
||||||
play_list: db '1.kpl',0
|
play_list: db '1.kpl',0
|
||||||
cd_0: db 'c',0
|
cd_0: db 'c',0
|
||||||
hd_0: db 'h',0
|
hd_0: db 'h',0
|
||||||
|
Loading…
Reference in New Issue
Block a user