X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=5ca6a55ca5eead177d002957f92f97d79c44ee64;hb=d9d089bdcc31698970747fc829edb057c0a0da5b;hp=4643462c1a659b0497ba34b024941660f6897481;hpb=bf2fa227f0786952ae4a632a1520bf1cf6663c98;p=open-adventure.git 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;