Spelling fixes.
This commit is contained in:
parent
829c13d1d5
commit
7e21108e95
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
// SPDX-License-Identifier: CC-BY-4.0
|
// SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
Reoisitory head::
|
Reoisitory head::
|
||||||
Savefiles now have an identigting magic cookie at the front.
|
Savefiles now have an identifying magic cookie at the front.
|
||||||
Resume detects if a save has incompatible endianness.
|
Resume detects if a save has incompatible endianness.
|
||||||
|
|
||||||
1.15: 2023-04-03::
|
1.15: 2023-04-03::
|
||||||
|
|
4
advent.h
4
advent.h
|
@ -178,7 +178,7 @@ struct game_t {
|
||||||
int saved; // point penalty for saves
|
int saved; // point penalty for saves
|
||||||
int tally; // count of treasures gained
|
int tally; // count of treasures gained
|
||||||
int thresh; // current threshold for endgame scoring tier
|
int thresh; // current threshold for endgame scoring tier
|
||||||
bool seenbigwords; // have we red the grafitti in the Giant's Room?
|
bool seenbigwords; // have we red the graffiti in the Giant's Room?
|
||||||
turn_t trnluz; // # points lost so far due to turns used
|
turn_t trnluz; // # points lost so far due to turns used
|
||||||
turn_t turns; // counts commands given (ignores yes/no)
|
turn_t turns; // counts commands given (ignores yes/no)
|
||||||
char zzword[TOKLEN + 1]; // randomly generated magic word from bird
|
char zzword[TOKLEN + 1]; // randomly generated magic word from bird
|
||||||
|
@ -236,7 +236,7 @@ typedef struct {
|
||||||
#define SAVE_VERSION 30
|
#define SAVE_VERSION 30
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Goes at start of gile so sabes can be identified by file(1) and the like.
|
* Goes at start of file so saves can be identified by file(1) and the like.
|
||||||
*/
|
*/
|
||||||
#define ADVENT_MAGIC "open-adventure\n"
|
#define ADVENT_MAGIC "open-adventure\n"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include "dungeon.h"
|
#include "dungeon.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use this to detect endianness mismatch. Can't be unchanges by byte-swapping.
|
* Use this to detect endianness mismatch. Can't be unchanged by byte-swapping.
|
||||||
*/
|
*/
|
||||||
#define ENDIAN_MAGIC 2317
|
#define ENDIAN_MAGIC 2317
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Test processing of variuos fee fie foe foo fum cases.
|
## Test processing of various fee fie foe foo fum cases.
|
||||||
# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue