mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2025-01-13 08:01:08 +01:00
comment
This commit is contained in:
parent
9585ed44d3
commit
48f2cc5541
1 changed files with 1 additions and 1 deletions
2
star.c
2
star.c
|
@ -604,7 +604,7 @@ int main( int argc, char* argv[] )
|
||||||
case KEY_DOWN:
|
case KEY_DOWN:
|
||||||
case KEY_LEFT:
|
case KEY_LEFT:
|
||||||
case KEY_RIGHT:
|
case KEY_RIGHT:
|
||||||
make_a_move( s, key );
|
make_a_move( s, key ); /* see definition of direction up above */
|
||||||
break;
|
break;
|
||||||
case ' ':
|
case ' ':
|
||||||
switch_actor( s );
|
switch_actor( s );
|
||||||
|
|
Loading…
Reference in a new issue