summaryrefslogtreecommitdiff
path: root/src/options.cc
blob: 9f5a09f7965debaad2af78ff1b0c2c67d6af4f79 (plain)
1
2
3
4
5
6
7
8
9
10
#include "options.hpp"

void options::reset_cheat_options()
{
	cheat_peek = false;
	cheat_hear = false;
	cheat_room = false;
	cheat_xtra = false;
	cheat_live = false;
}