X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=cheat.c;h=5ca6a55ca5eead177d002957f92f97d79c44ee64;hp=4643462c1a659b0497ba34b024941660f6897481;hb=d9d089bdcc31698970747fc829edb057c0a0da5b;hpb=39a25f8ec79c2a6e0f25fb9060cdb932e3383905 diff --git a/cheat.c b/cheat.c index 4643462..5ca6a55 100644 --- a/cheat.c +++ b/cheat.c @@ -10,9 +10,6 @@ struct game_t game; -long LNLENG, LNPOSN; -char rawbuf[LINESIZE], INLINE[LINESIZE + 1]; - FILE *logfp = NULL, *rfp = NULL; bool oldstyle = false; bool editline = true;