Add -basedir option to specify base user directory (#154)

Useful for maintaining multiple save files or for debugging
This commit is contained in:
Matt Penny
2020-02-08 18:49:03 -05:00
committed by GitHub
parent 93ec5783d5
commit dd7170dc59
5 changed files with 29 additions and 7 deletions

View File

@@ -468,12 +468,15 @@ void Game::init(void)
patrons.push_back("Timothy Bragan");
/* CONTRIBUTORS.txt, again listed alphabetically (according to `sort`) by last name */
githubfriends.push_back("Matt \"Stelpjo\" Aaldenberg");
githubfriends.push_back("Christoph B{hmwalder");
githubfriends.push_back("Charlie Bruce");
githubfriends.push_back("Brian Callahan");
githubfriends.push_back("Dav999");
githubfriends.push_back("Allison Fleischer");
githubfriends.push_back("Daniel Lee");
githubfriends.push_back("Fredrik Ljungdahl");
githubfriends.push_back("Matt Penny");
githubfriends.push_back("Elliott Saltar");
githubfriends.push_back("Marvin Scholz");
githubfriends.push_back("Keith Stellyes");