Accept key S to save settings in spanish build

git-svn-id: svn://kolibrios.org@3430 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
esevece 2013-03-27 16:58:27 +00:00
parent 287ae5e937
commit 541cf8982e

View File

@ -925,7 +925,11 @@ if ~ defined extended_primary_loader
or al, 20h or al, 20h
cmp al, 'n' cmp al, 'n'
jz .loadc jz .loadc
if lang eq sp
cmp al, 's'
else
cmp al, 'y' cmp al, 'y'
end if
jnz .waityn jnz .waityn
call putchar call putchar
mov byte [space_msg+80], 186 mov byte [space_msg+80], 186