X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=e638e8424eb8d743f08dc6e45c6d971cad59436a;hp=cf049f48c9e9ede5f3920317b43a8eaac3e86071;hb=dec4cf3968b2b4187e9259204fa9a0bbc20831f9;hpb=98f019b9e4d5b4c9dce8c05afad61b2e36fca327 diff --git a/advent.h b/advent.h index cf049f4..e638e84 100644 --- a/advent.h +++ b/advent.h @@ -173,7 +173,7 @@ struct command_t { extern struct game_t game; extern FILE *logfp; -extern bool oldstyle, editline, prompt; +extern bool oldstyle, prompt; extern char* xstrdup(const char* s); extern void* xmalloc(size_t size);