mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +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_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 );
|
||||
|
|
Loading…
Reference in a new issue