X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=798460464d3b75d0b760155f8322fb7015b66816;hb=4f08537e2d1c8c361d08e07a2d67cd3f53e03f40;hp=a9b7b6c6f2af3071a1f36079ad0e3eab06686afa;hpb=8cc5ee54127423c75814a6b5cc61d48d4075331b;p=open-adventure.git 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[])