X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=cheat.c;h=798460464d3b75d0b760155f8322fb7015b66816;hp=a9b7b6c6f2af3071a1f36079ad0e3eab06686afa;hb=9355882cac573b32e6223f0f08fb2dfe08f70e43;hpb=8cc5ee54127423c75814a6b5cc61d48d4075331b diff --git a/cheat.c b/cheat.c index a9b7b6c..7984604 100644 --- a/cheat.c +++ b/cheat.c @@ -4,12 +4,10 @@ #include #include #include "advent.h" -#include "linenoise/linenoise.h" #include "dungeon.h" FILE *logfp = NULL, *rfp = NULL; bool oldstyle = false; -bool editline = true; bool prompt = true; int main(int argc, char *argv[])