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:
fd4e3ae
)
Remove unused phase codes.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 1 Aug 2017 23:26:29 +0000
(19:26 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 1 Aug 2017 23:26:29 +0000
(19:26 -0400)
advent.h
patch
|
blob
|
history
diff --git
a/advent.h
b/advent.h
index 002d3cae62e736fbebc93a97cc60bf562131ddbb..ce763faa707882ec74f59eed461d9e2080a9bb48 100644
(file)
--- a/
advent.h
+++ b/
advent.h
@@
-101,11
+101,8
@@
enum phase_codes {
GO_TOP,
GO_CLEAROBJ,
GO_CHECKHINT,
- GO_DIRECTION,
GO_WORD2,
- GO_SPECIALS,
GO_UNKNOWN,
- GO_ACTION,
GO_DWARFWAKE,
};