Fix capitalization glitches.
This commit is contained in:
parent
943b3a62e6
commit
f89f63c6d1
6 changed files with 27 additions and 27 deletions
2
score.c
2
score.c
|
@ -32,7 +32,7 @@ void score(long MODE) {
|
|||
SCORE=0;
|
||||
MXSCOR=0;
|
||||
|
||||
/* First tally up the treasures. must be in building and not broken.
|
||||
/* First tally up the treasures. Must be in building and not broken.
|
||||
* Give the poor guy 2 points just for finding each treasure. */
|
||||
|
||||
/* 20010 */ for (I=50; I<=MAXTRS; I++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue