FIXME: don't display board until the first move is played

This commit is contained in:
Gwenhael Le Moine 2011-07-13 18:38:28 +02:00
parent 02cb44a000
commit e27392d803

View file

@ -322,5 +322,8 @@ function initialize_a_star( elt ) {
$( elt ).html( starhtml );
state = load_level( levels, 0 );
// display_level( state, options.dom_place );
display_on_canvas( state, "starboard" );
start_loop( state, elt );
}