Use prototypes and bools.
This commit is contained in:
parent
c9e9b64575
commit
b38c11abef
7 changed files with 22 additions and 25 deletions
2
score.c
2
score.c
|
@ -10,7 +10,7 @@
|
|||
* SCORING AND WRAP-UP
|
||||
*/
|
||||
|
||||
void score(MODE)long MODE; {
|
||||
void score(long MODE) {
|
||||
/* <0 if scoring, >0 if quitting, =0 if died or won */
|
||||
|
||||
/* THE PRESENT SCORING ALGORITHM IS AS FOLLOWS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue