grammar (?)

This commit is contained in:
Gwenhael Le Moine 2011-07-06 13:46:27 +02:00
parent b0651c3261
commit c9155cb341

2
star.c
View file

@ -480,7 +480,7 @@ void make_a_move( struct state *s, direction where )
*/
/* display_level( s ); */
s->distance_travelled++; /* increment distance_travelled's counter */
s->distance_travelled++; /* increment distance_travelled */
}
}