forked from KolibriOS/kolibrios
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:
parent
c8c205bd16
commit
b9e4d76e02
6
programs/games/gomoku/trunk/build_en.bat
Normal file
6
programs/games/gomoku/trunk/build_en.bat
Normal 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
|
6
programs/games/gomoku/trunk/build_ru.bat
Normal file
6
programs/games/gomoku/trunk/build_ru.bat
Normal 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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user