[fix]
This commit is contained in:
parent
3154bc4147
commit
41c2156b44
|
@ -199,7 +199,7 @@
|
|||
/* (1) Update the state with the found action */
|
||||
for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){
|
||||
|
||||
var_dump($c.' - '.$action['next'][$c]);
|
||||
slog($c.' - '.$action['next'][$c]);
|
||||
|
||||
// {1} If 'x' -> let the current state //
|
||||
if( $action['next'][$c] == 'X' )
|
||||
|
|
Loading…
Reference in New Issue