X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/87282391316fa7e8c00b6e73604d26f22f64e105..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/games/phantasia/phantglobs.c diff --git a/usr/src/games/phantasia/phantglobs.c b/usr/src/games/phantasia/phantglobs.c index f5265daad6..47b91e2ac0 100644 --- a/usr/src/games/phantasia/phantglobs.c +++ b/usr/src/games/phantasia/phantglobs.c @@ -21,6 +21,9 @@ bool Echo; /* set if echo input to terminal */ int Users; /* number of users currently playing */ int Whichmonster; /* which monster we are fighting */ int Lines; /* line on screen counter for fight routines */ +#ifdef OK_TO_PLAY +int Okcount; /* counter for checking ok_to_play */ +#endif jmp_buf Fightenv; /* used to jump into fight routine */ jmp_buf Timeoenv; /* used for timing out waiting for input */