This commit is contained in:
Gwenhael Le Moine 2011-07-03 22:39:58 +02:00
parent 39e7222cf1
commit 02795db58a

4
star.c
View file

@ -366,7 +366,7 @@ int won_or_not( struct state *s )
eating gifts on the way if the moving actor is the ball
FIXME: more documentation
*/
*/
void make_a_move( struct state *s, direction where )
{
int dx = 0, dy = 0, tmpx, tmpy, *item_coord;
@ -550,7 +550,7 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
Initialize Ncurses.
Load the first level.
Enter the loop where it read the keys to play or 'q' or 'Q' to quit.
*/
*/
int main( int argc, char* argv[] )
{
int key;