Moved application settings to settings_t struct
authorAaron Traas <aaron@traas.org>
Sun, 2 Jul 2017 06:46:04 +0000 (02:46 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 2 Jul 2017 16:52:17 +0000 (12:52 -0400)
commit7eaefce61d74fbc73daabd3f42f048038366b5ad
tree497a4a28395a55ce7d488c5fe55c83761a0d1b22
parentd23111dabab46a8bcdf7e453ec099e4521d1cad6
Moved application settings to settings_t struct

Since logfp, oldstyle, and prompt were application settings, rather than
have them all as global vars, move them to a single global var, seperate
from game state, as they aren't, technically, game state, but are
application settings.
advent.h
cheat.c
init.c
main.c
misc.c