From b9e4d76e02979d76c035ceb45b507f5a6ee89ef7 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 29 Sep 2013 17:54:52 +0000 Subject: [PATCH] GOMOKU - inactive window does not receive mouse events git-svn-id: svn://kolibrios.org@3950 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/gomoku/trunk/build_en.bat | 6 ++++++ programs/games/gomoku/trunk/build_ru.bat | 6 ++++++ programs/games/gomoku/trunk/gomoku.asm | 3 +-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 programs/games/gomoku/trunk/build_en.bat create mode 100644 programs/games/gomoku/trunk/build_ru.bat diff --git a/programs/games/gomoku/trunk/build_en.bat b/programs/games/gomoku/trunk/build_en.bat new file mode 100644 index 0000000000..252a30182e --- /dev/null +++ b/programs/games/gomoku/trunk/build_en.bat @@ -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 \ No newline at end of file diff --git a/programs/games/gomoku/trunk/build_ru.bat b/programs/games/gomoku/trunk/build_ru.bat new file mode 100644 index 0000000000..4f2b129679 --- /dev/null +++ b/programs/games/gomoku/trunk/build_ru.bat @@ -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 \ No newline at end of file diff --git a/programs/games/gomoku/trunk/gomoku.asm b/programs/games/gomoku/trunk/gomoku.asm index 32982c475c..3c98cb7614 100644 --- a/programs/games/gomoku/trunk/gomoku.asm +++ b/programs/games/gomoku/trunk/gomoku.asm @@ -19,8 +19,7 @@ AttackFactor dw 1 ; Importance of attack (1..16) START: - mcall 40,100111b - mcall 40,100111b + mcall 40,0x80000027 mcall 3 mov [rsx1],ax shr eax,16