summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-05-18 18:18:23 +0100
committerDavid Athay <ko2fan@gmail.com>2009-05-18 18:18:23 +0100
commit72660d2c33773f0f74663efe6f9ac47648cdf283 (patch)
treee21d5a283eefaa5767d942f602c718eae42cbd4a /src/main.cpp
parente7df8c9dd7ebc14c1263c19c6a238ebcf4fd9465 (diff)
downloadmana-72660d2c33773f0f74663efe6f9ac47648cdf283.tar.gz
mana-72660d2c33773f0f74663efe6f9ac47648cdf283.tar.bz2
mana-72660d2c33773f0f74663efe6f9ac47648cdf283.tar.xz
mana-72660d2c33773f0f74663efe6f9ac47648cdf283.zip
Added target combat
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fb061818..f15eeccc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -307,7 +307,7 @@ static void setUpdatesDir()
static void initHomeDir(const Options &options)
{
homeDir = options.homeDir;
-
+
if (homeDir.empty())
{
homeDir = std::string(PHYSFS_getUserDir()) +