From: Aaron Traas Date: Sun, 2 Jul 2017 06:46:04 +0000 (-0400) Subject: Moved application settings to settings_t struct X-Git-Tag: takebird~107 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=7eaefce61d74fbc73daabd3f42f048038366b5ad;hp=7eaefce61d74fbc73daabd3f42f048038366b5ad;p=open-adventure.git 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. ---