This commit is contained in:
Gwenhael Le Moine 2011-07-03 23:01:45 +02:00
parent 9585ed44d3
commit 48f2cc5541

2
star.c
View file

@ -604,7 +604,7 @@ int main( int argc, char* argv[] )
case KEY_DOWN:
case KEY_LEFT:
case KEY_RIGHT:
make_a_move( s, key );
make_a_move( s, key ); /* see definition of direction up above */
break;
case ' ':
switch_actor( s );