summaryrefslogtreecommitdiff
path: root/src/options.cc
blob: ea2f3172086163ab3cde2170e08d4222e99b2233 (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;
}