X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=ce763faa707882ec74f59eed461d9e2080a9bb48;hb=2ae60b85d1124c0ce1438b3ca9079bcb0c0681ec;hp=ff6224087d86e8103db3afa8a3eead4b6fc37ed6;hpb=e8a627f964a8337caf0c71dd87b1d7533f489f57;p=open-adventure.git diff --git a/advent.h b/advent.h index ff62240..ce763fa 100644 --- 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, }; @@ -225,7 +222,7 @@ extern int suspend(void); extern int resume(void); extern int restore(FILE *); extern long initialise(void); -extern int action(struct command_t *command); +extern int action(struct command_t command); extern void state_change(obj_t, int);