summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-11-19 15:58:06 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-11-19 15:58:06 +0000
commitff858300d4b303d4c48b2d915ac6cea30182aa8d (patch)
tree786c2808202abdae93d6a48c2272b66f28da6a94 /src/being.h
parenta2cc2aa19f7dacdd719c9459cdfedb952e0c8d09 (diff)
downloadmana-client-ff858300d4b303d4c48b2d915ac6cea30182aa8d.tar.gz
mana-client-ff858300d4b303d4c48b2d915ac6cea30182aa8d.tar.bz2
mana-client-ff858300d4b303d4c48b2d915ac6cea30182aa8d.tar.xz
mana-client-ff858300d4b303d4c48b2d915ac6cea30182aa8d.zip
Hair styles
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/src/being.h b/src/being.h
index de4b7e29..3ab9ba92 100644
--- a/src/being.h
+++ b/src/being.h
@@ -2,24 +2,24 @@
The Mana World
Copyright 2004 The Mana World Development Team
-
- This file is part of The Mana World.
-
- The Mana World is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- any later version.
-
- The Mana World is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with The Mana World; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- By ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net)
+
+ This file is part of The Mana World.
+
+ The Mana World is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ any later version.
+
+ The Mana World is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with The Mana World; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+ By ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net)
*/
@@ -56,6 +56,7 @@ struct NODE {
unsigned char emotion_time;
int text_x, text_y; // temp solution to fix speech position
short hair_style, hair_color;
+ short weapon;
};
void empty();