summaryrefslogtreecommitdiffstats
path: root/pokemod/Pokemod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Pokemod.cpp')
-rw-r--r--pokemod/Pokemod.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokemod/Pokemod.cpp b/pokemod/Pokemod.cpp
index cd8d121f..f097b662 100644
--- a/pokemod/Pokemod.cpp
+++ b/pokemod/Pokemod.cpp
@@ -43,7 +43,8 @@ Pokemod::Pokemod() :
superPCUname(""),
superPCPasswd(""),
typeChart(1, 1, Frac(1, 1, Frac::Improper)),
- rules(*this)
+ rules(*this),
+ path("~/.kde/share/apps/pokegen/mods")
{
}