GO_* enums no longer have an order constraint.
This commit is contained in:
parent
3c6648882d
commit
9b53140f1c
1 changed files with 0 additions and 1 deletions
1
advent.h
1
advent.h
|
@ -115,7 +115,6 @@ typedef enum scorebonus {none, splatter, defeat, victory} score_t;
|
|||
|
||||
/* Phase codes for action returns.
|
||||
* These were at one time FORTRAN line numbers.
|
||||
* The values don't matter, but perturb their order at your peril.
|
||||
*/
|
||||
typedef enum {
|
||||
GO_TERMINATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue