summaryrefslogtreecommitdiffstats
path: root/pokemod/Pokemod.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-02-07 15:33:44 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-02-07 15:33:44 +0000
commit3c03cc795ce5620eb88e04bef70acc162ba2f339 (patch)
treeec99b36244e6c2a14a74554dd9d6f822b20b1dfd /pokemod/Pokemod.cpp
parentb191a68ca2b1ec370fc1faafb078e4e201b2b459 (diff)
downloadsigen-3c03cc795ce5620eb88e04bef70acc162ba2f339.tar.gz
sigen-3c03cc795ce5620eb88e04bef70acc162ba2f339.tar.xz
sigen-3c03cc795ce5620eb88e04bef70acc162ba2f339.zip
[FIX] Tile UI form fixes
[FIX] BadgeUI logic cleaned up [FIX] Tilemap editing Model and Delegate fleshed out [ADD] TileUI.{h, cpp} and TypeUI.{h, cpp} [FIX] Default path for Pokemod added [FIX] Tile HM and Force setting git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@58 6ecfd1a5-f3ed-3746-8530-beee90d26b22
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")
{
}