Moved application settings to settings_t struct
[open-adventure.git] / cheat.c
diff --git a/cheat.c b/cheat.c
index f62dba95459efa51aae5d369f9ba7b3ab63def3b..f9a34d4bc975e7c47f498349b338996a89f7f673 100644 (file)
--- a/cheat.c
+++ b/cheat.c
 #include <stdbool.h>
 #include "advent.h"
 
-FILE *logfp = NULL;
-bool oldstyle = false;
-bool prompt = true;
-
 int main(int argc, char *argv[])
 {
     int ch;