diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-07 23:48:29 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-07 23:48:29 +0000 |
commit | 230c65a923aeaf456d61e5fbf4faec4c93313308 (patch) | |
tree | b92e12edc608be147a69600d9001fcd07ab9e1f8 | |
parent | dcd416bbdace569f77dda8cc09a7f50b182e1e97 (diff) | |
download | mana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.gz mana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.bz2 mana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.xz mana-230c65a923aeaf456d61e5fbf4faec4c93313308.zip |
Fixed unix compilation problem.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/gui/skill.cpp | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2008-02-07 Philipp Sehmisch <tmw@crushnet.org> + * src/gui/skill.cpp: Fixed unix compilation problem. + +2008-02-07 Philipp Sehmisch <tmw@crushnet.org> + * data/monsters.xml: Added different behaviors to maggots, scorpions, red scorpions and green slimes. diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 8c47c4ad..7e1ed49d 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -36,7 +36,7 @@ #include "../localplayer.h" #include "../utils/dtor.h" -#include "../utils/toString.h" +#include "../utils/tostring.h" #include "../utils/gettext.h" SkillDialog::SkillDialog(): |