Minor changes

This commit is contained in:
Alf Magne Kalleland
2013-02-11 02:18:09 +01:00
parent 9050a454c5
commit 61e2159841
2 changed files with 2 additions and 3 deletions

View File

@@ -6,10 +6,8 @@ class MoveBuilder {
private $pointer = 0;
private $currentIndex = 0;
public function __construct(){
$this->moveReferences[0] =& $this->moves;
}
public function addMoves($moveString){