Bug 716 - Wrong board notation for Queen
Summary: Wrong board notation for Queen
Status: RESOLVED FIXED
Alias: None
Product: Chess Game - Group 24
Classification: Unclassified
Component: Pieces (show other bugs)
Version: unspecified
Hardware: All All
: Normal minor
Assignee: Assan Kozhin
URL:
Depends on:
Blocks:
 
Reported: 2022-11-19 16:50 HKT by Assan Kozhin
Modified: 2022-11-19 16:51 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Assan Kozhin 2022-11-19 16:50:51 HKT
Queen notation was initialized wrongly. Probably because of copy-pasting same parts of code. Currently 'N' & 'n' instead of 'Q' and 'q'.
Comment 1 Assan Kozhin 2022-11-19 16:51:37 HKT
Trivial fix of the bug.