diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-06 22:46:15 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-06 22:46:15 +0200 |
commit | f0fd20fdd649eb61fa0d2444d910a2b0882e3580 (patch) | |
tree | ee879af37c773e8a40b353e6e1e714ab5e1f45b1 /src/equipment.h | |
parent | 7ee2220427d8735c777f504517c24c49afda699f (diff) | |
download | mana-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.h | 2 |
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 |