chiark / gitweb /
Phil Bordelon points out that the general convention is to orient
authorSimon Tatham <anakin@pobox.com>
Thu, 25 Aug 2005 08:07:44 +0000 (08:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 25 Aug 2005 08:07:44 +0000 (08:07 +0000)
rectangular presets in a portrait fashion.

[originally from svn r6217]

loopy.c

diff --git a/loopy.c b/loopy.c
index a7e76b8d5793c0566a747dc048b93a6ede32312a..225f921e88c0d6efde5ed279132a7f7528ec2ddb 100644 (file)
--- a/loopy.c
+++ b/loopy.c
@@ -395,7 +395,7 @@ static const struct {
     { "10x10 Easy", { 10, 10, 0 } },
     { "10x10 Hard", { 10, 10, 2 } },
     { "15x15 Easy", { 15, 15, 0 } },
-    { "20x30 Easy", { 20, 30, 0 } }
+    { "30x20 Easy", { 30, 20, 0 } }
 };
 
 static int game_fetch_preset(int i, char **name, game_params **params)