Some minor additional changes (filepicker)

This commit is contained in:
Aleric Inglewood
2011-05-16 01:26:43 +02:00
parent 1c21b2c18a
commit 00f8c35614
4 changed files with 7 additions and 14 deletions

View File

@@ -103,7 +103,6 @@ std::string AIFilePicker::get_folder(std::string const& default_path, std::strin
char const* home = NULL;
#if LL_WINDOWS
home = getenv("HOMEPATH");
//#warning "Attention WINDOWS DEVELOPER: Set 'home' to a sensible default directory (users Desktop?)"
#else
home = getenv("HOME");
#endif