Comment fix.
This commit is contained in:
parent
14486d67d4
commit
0d5f9064c7
1 changed files with 2 additions and 1 deletions
3
score.c
3
score.c
|
@ -8,7 +8,8 @@
|
|||
*/
|
||||
|
||||
void score(enum termination mode)
|
||||
/* mode is 'report' if scoring, 'quit' if quitting, 'end' if died or won */
|
||||
/* mode is 'scoregame' if scoring, 'quitgame' if quitting, 'endgame' if died
|
||||
* or won */
|
||||
{
|
||||
long score = 0, mxscor = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue