Skip to content

Commit

Permalink
limit to 20x20
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Dec 31, 2020
1 parent b3cfdeb commit 5cab312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// クロスワードのサイズの制限。
#define xg_nMinSize 3
#define xg_nMaxSize 30
#define xg_nMaxSize 20

#ifndef WM_MOUSEHWHEEL
#define WM_MOUSEHWHEEL 0x020E
Expand Down
1 change: 1 addition & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,4 @@
現在のルールをファイルに保存するようにした。
「黒マスパターン」ダイアログのリストをルールに適合させるようにした。
アルゴリズムを改良。
資源と時間を無駄遣いしないように盤のサイズを20×20までに制限。

0 comments on commit 5cab312

Please sign in to comment.