diff options
author | Rogier Polak <rogier.l.a.polak@gmail.com> | 2007-03-03 18:19:49 +0000 |
---|---|---|
committer | Rogier Polak <rogier.l.a.polak@gmail.com> | 2007-03-03 18:19:49 +0000 |
commit | 7d09a35a7d0d6102c238cba0531d623fa137501f (patch) | |
tree | df37740a5af09af25a58c34e89314995596664ed /src/resources | |
parent | be1bd893e87ef40855f531b287c94ab4445c12a9 (diff) | |
download | mana-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.gz mana-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.bz2 mana-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.xz mana-7d09a35a7d0d6102c238cba0531d623fa137501f.zip |
Fixed auto-character-select and switch_character combination. Added svn-properties keyword and eol-style, where appropriate.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/equipmentdb.cpp | 2 | ||||
-rw-r--r-- | src/resources/equipmentdb.h | 2 | ||||
-rw-r--r-- | src/resources/iteminfo.cpp | 1 | ||||
-rw-r--r-- | src/resources/monsterdb.cpp | 2 | ||||
-rw-r--r-- | src/resources/monsterdb.h | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/src/resources/equipmentdb.cpp b/src/resources/equipmentdb.cpp index 52a9fbd3..a6c26624 100644 --- a/src/resources/equipmentdb.cpp +++ b/src/resources/equipmentdb.cpp @@ -18,7 +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
*
- * $Id:
+ * $Id$
*/
#include "equipmentdb.h"
diff --git a/src/resources/equipmentdb.h b/src/resources/equipmentdb.h index b43a6145..1c1db7d1 100644 --- a/src/resources/equipmentdb.h +++ b/src/resources/equipmentdb.h @@ -18,7 +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 * - * $Id: + * $Id$ */ #ifndef _TMW_EQUIPMENT_DB_H diff --git a/src/resources/iteminfo.cpp b/src/resources/iteminfo.cpp index b09d1cc0..3a41c657 100644 --- a/src/resources/iteminfo.cpp +++ b/src/resources/iteminfo.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 * + * $Id$ */ #include "iteminfo.h" diff --git a/src/resources/monsterdb.cpp b/src/resources/monsterdb.cpp index e4406f9c..e773911d 100644 --- a/src/resources/monsterdb.cpp +++ b/src/resources/monsterdb.cpp @@ -18,7 +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
*
- * $Id:
+ * $Id$
*/
#include "monsterdb.h"
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index 3b69523d..048638c2 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -18,7 +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 * - * $Id: + * $Id$ */ #ifndef _TMW_MONSTER_DB_H |