mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-19 03:59:44 +00:00
Now showing move NAGs is possible
This commit is contained in:
parent
a90469e71a
commit
f1f638100f
5 changed files with 24 additions and 4 deletions
|
@ -144,7 +144,7 @@ MyHalfMove *BuildExampleGame() {
|
|||
m->SetMainline(m2);
|
||||
m = m2;
|
||||
|
||||
m2 = new MyHalfMove("o-o");
|
||||
m2 = new MyHalfMove("O-O");
|
||||
m->SetMainline(m2);
|
||||
m = m2;
|
||||
|
||||
|
@ -196,10 +196,11 @@ MyHalfMove *BuildExampleGame() {
|
|||
m = m2;
|
||||
|
||||
m2 = new MyHalfMove("Re1");
|
||||
m2->nag="!!";
|
||||
m->SetMainline(m2);
|
||||
m = m2;
|
||||
|
||||
m2 = new MyHalfMove("o-o");
|
||||
m2 = new MyHalfMove("O-O");
|
||||
m->SetMainline(m2);
|
||||
m = m2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue