summaryrefslogtreecommitdiff
path: root/src/equipment.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-06 22:46:15 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-06 22:46:15 +0200
commitf0fd20fdd649eb61fa0d2444d910a2b0882e3580 (patch)
treeee879af37c773e8a40b353e6e1e714ab5e1f45b1 /src/equipment.h
parent7ee2220427d8735c777f504517c24c49afda699f (diff)
downloadMana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.gz
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.bz2
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.tar.xz
Mana-f0fd20fdd649eb61fa0d2444d910a2b0882e3580.zip
Moved many MessageOut constructions around
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
Diffstat (limited to 'src/equipment.h')
-rw-r--r--src/equipment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/equipment.h b/src/equipment.h
index 63555361..5bebf78d 100644
--- a/src/equipment.h
+++ b/src/equipment.h
@@ -49,7 +49,7 @@ class Equipment
* Get equipment at the given slot.
*/
#ifdef TMWSERV_SUPPORT
- Item* getEquipment(int index)
+ Item *getEquipment(int index)
#else
int getEquipment(int index) const
#endif