chiark / gitweb /
Fix default parameter assignment in Light Up when validating an
authorSimon Tatham <anakin@pobox.com>
Mon, 23 Jan 2012 18:56:04 +0000 (18:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 23 Jan 2012 18:56:04 +0000 (18:56 +0000)
commit5c972e9ebf009a3d03b86fb8434035c0a85f73aa
treeec6d5c81d05dfb959e2f9357d53305d45160ed8b
parent5e1c11ab6945cd96a267a8b15f527f80bc0e35f6
Fix default parameter assignment in Light Up when validating an
incomplete parameter string: if the user hand-types a game ID along
the lines of '18x10:stuff', we should not assume SYMM_ROT4 in the
resulting game_params, since it'll be failed by validate_params.

[originally from svn r9386]
lightup.c