X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=09f5ad99271d427f31f3b347ba5f6e9097799d80;hp=321e0363417c332f079e4a00da1ad0cb930eaa98;hb=a437136543d8b38168e446f43ec0cb815623dc09;hpb=a4c87aa0b34b476b14f963a2ecbdd8797bcfed63 diff --git a/advent.h b/advent.h index 321e036..09f5ad9 100644 --- a/advent.h +++ b/advent.h @@ -108,8 +108,6 @@ enum phase_codes { GO_TOP, GO_CLEAROBJ, GO_CHECKHINT, - GO_CHECKFOO, - GO_LOOKUP, GO_WORD2, GO_UNKNOWN, GO_DWARFWAKE, @@ -233,7 +231,7 @@ extern int suspend(void); extern int resume(void); extern int restore(FILE *); extern long initialise(void); -extern int action(command_t command); +extern int action(command_t); extern void state_change(obj_t, int); extern bool is_valid(struct game_t);