Merge branch '1.0-local' into 1.0
This commit is contained in:
commit
8d781ed054
|
@ -199,6 +199,8 @@
|
||||||
/* (1) Update the state with the found action */
|
/* (1) Update the state with the found action */
|
||||||
for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){
|
for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){
|
||||||
|
|
||||||
|
var_dump($c.' - '.$action['next'][$c]);
|
||||||
|
|
||||||
// {1} If 'x' -> let the current state //
|
// {1} If 'x' -> let the current state //
|
||||||
if( $action['next'][$c] == 'X' )
|
if( $action['next'][$c] == 'X' )
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue