summaryrefslogtreecommitdiff
path: root/src/options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/options.cc b/src/options.cc
new file mode 100644
index 00000000..ea2f3172
--- /dev/null
+++ b/src/options.cc
@@ -0,0 +1,10 @@
+#include "options.hpp"
+
+void options::reset_cheat_options()
+{
+ cheat_peek = FALSE;
+ cheat_hear = FALSE;
+ cheat_room = FALSE;
+ cheat_xtra = FALSE;
+ cheat_live = FALSE;
+}