X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=e638e8424eb8d743f08dc6e45c6d971cad59436a;hp=cf049f48c9e9ede5f3920317b43a8eaac3e86071;hb=9355882cac573b32e6223f0f08fb2dfe08f70e43;hpb=36a6cbca3449b3a4d298715b065e909333379636 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);