diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-14 18:03:19 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-14 18:03:19 +0100 |
commit | 18f418c5cbd169be1b8e65c823e0b07d2d8db197 (patch) | |
tree | ad98ff929cf43690acb80f69e317fb5dcb8ff4f3 /src/being.cpp | |
parent | 69d62451a7a582e3906a7c9328ae14e4bba5ccfa (diff) | |
download | mana-18f418c5cbd169be1b8e65c823e0b07d2d8db197.tar.gz mana-18f418c5cbd169be1b8e65c823e0b07d2d8db197.tar.bz2 mana-18f418c5cbd169be1b8e65c823e0b07d2d8db197.tar.xz mana-18f418c5cbd169be1b8e65c823e0b07d2d8db197.zip |
Code reformatting
I wish I had never fallen for this weird style, and I hope removing it
will prevent others from introducing new code like this. :-)
(cherry picked from eAthena branch, commit
68760426532b9ca4c6939d7a7b8faa1586ee82e0)
Conflicts:
src/being.cpp
src/being.h
src/gui/tabbedcontainer.cpp
src/particle.cpp
src/particle.h
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index 3a84ccd0..7c37d8e3 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -18,6 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "being.h" #include <cassert> |