Fix handling navigation keys

git-svn-id: svn://kolibrios.org@6002 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
veliant 2015-12-24 13:27:51 +00:00
parent 1841e3982c
commit 97f02885ef

View File

@ -208,9 +208,9 @@ still:
jne still
mov ebx,[day_sel]
cmp ah,176 ; left arrow
jb still
jg still
cmp ah,179
ja still
jl still
shr eax,8
sub eax,176
movsx ecx,byte[day_bounds+eax*2]