projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14486d6
)
Comment fix.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 15 Jun 2017 16:20:49 +0000
(12:20 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 15 Jun 2017 16:20:49 +0000
(12:20 -0400)
score.c
patch
|
blob
|
history
diff --git
a/score.c
b/score.c
index 734ea196ebad7fae0fc8a9af59dc890895ae07f1..a9ab765aed73e90261230c6f08f1a5e12ad853eb 100644
(file)
--- a/
score.c
+++ b/
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;