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:
3c66488
)
GO_* enums no longer have an order constraint.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 5 Apr 2023 21:48:26 +0000
(17:48 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 5 Apr 2023 21:48:26 +0000
(17:48 -0400)
advent.h
patch
|
blob
|
history
diff --git
a/advent.h
b/advent.h
index 100de43cceb647e6b92bd2db9de80a9a414eb7d8..805b7a7b3fc73ce7b90b4c30884c7b9df03855ef 100644
(file)
--- a/
advent.h
+++ b/
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,