Fix for r.2491

git-svn-id: svn://kolibrios.org@2565 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-04-04 17:49:54 +00:00
parent f90f9144dc
commit 4c7ea7042a
3 changed files with 3 additions and 1 deletions

View File

@ -191,7 +191,7 @@ clear_screen_buffer:
;White background
mov edi,scrbuf
mov ecx,(SCREEN_X*SCREEN_Y*3)/4
mov eax,0xfffffff0
mov eax,0xffffffff
cld
rep stosd

View File

@ -2,4 +2,5 @@
@echo lang fix en >lang.inc
@fasm 3dcube2.asm 3dcube2
@erase lang.inc
@kpack 3dcube2
@pause

View File

@ -2,4 +2,5 @@
@echo lang fix ru >lang.inc
@fasm 3dcube2.asm 3dcube2
@erase lang.inc
@kpack 3dcube2
@pause