GOMOKU - inactive window does not receive mouse events

git-svn-id: svn://kolibrios.org@3950 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-09-29 17:54:52 +00:00
parent c8c205bd16
commit b9e4d76e02
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,6 @@
@erase lang.inc
@echo lang fix en >lang.inc
@fasm -m 16384 gomoku.asm gomoku
@kpack gomoku
@erase lang.inc
@pause

View File

@ -0,0 +1,6 @@
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm -m 16384 gomoku.asm gomoku
@kpack gomoku
@erase lang.inc
@pause

View File

@ -19,8 +19,7 @@ AttackFactor dw 1 ; Importance of attack (1..16)
START: START:
mcall 40,100111b mcall 40,0x80000027
mcall 40,100111b
mcall 3 mcall 3
mov [rsx1],ax mov [rsx1],ax
shr eax,16 shr eax,16