Fix bug in initialization of progView.
Chris Pressey
7 years ago
123 | 123 |
this.turtle.reset();
|
124 | 124 |
this.playfield.setCursors([this.turtle]);
|
125 | 125 |
|
126 | |
this.progView = progView;
|
|
126 |
this.progView = cfg.view;
|
127 | 127 |
pc = new EtchaProgramCounter();
|
128 | 128 |
pc.reset();
|
129 | 129 |
this.progView.setCursors([pc]);
|