Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87565 | Differences between
and this patch

Collapse All | Expand All

(-)Main.cpp (-1 / +1 lines)
Lines 181-187 Link Here
181
#ifdef __linux__
181
#ifdef __linux__
182
	fs::path settingsPath(userHomePath + "settings.dat");
182
	fs::path settingsPath(userHomePath + "settings.dat");
183
	if (!fs::exists(settingsPath))
183
	if (!fs::exists(settingsPath))
184
		settingsPath = "settings.dat";
184
		settingsPath = "/usr/share/games/galaxyhack/settings.dat";
185
#else
185
#else
186
	fs::path settingsPath("settings.dat");
186
	fs::path settingsPath("settings.dat");
187
#endif
187
#endif

Return to bug 87565