summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-07-08 17:32:26 -0600
committerJared Adams <jaxad0127@gmail.com>2009-07-08 17:37:52 -0600
commit6c68287a7a66ba6933bc4dbfe43f6c4761e683c1 (patch)
tree203960dfdebe15cffff9abd7089441ecbf1965cf /src/game.cpp
parent8963ef3e6d0ede6a3e22687642bbc39c24f21dad (diff)
downloadmana-client-6c68287a7a66ba6933bc4dbfe43f6c4761e683c1.tar.gz
mana-client-6c68287a7a66ba6933bc4dbfe43f6c4761e683c1.tar.bz2
mana-client-6c68287a7a66ba6933bc4dbfe43f6c4761e683c1.tar.xz
mana-client-6c68287a7a66ba6933bc4dbfe43f6c4761e683c1.zip
Have both builds use the same SkillDialog
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 5d15c779..306d8812 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -62,7 +62,7 @@
#include "gui/sdlinput.h"
#include "gui/sell.h"
#include "gui/setup.h"
-#include "gui/skill.h"
+#include "gui/skilldialog.h"
#include "gui/status.h"
#include "gui/trade.h"
#include "gui/viewport.h"