summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-03-08 17:45:40 +0200
committerBertram <yohanndotferreiraatorange.fr>2010-03-08 17:12:38 +0100
commit9951bf6c1c2e3966f92f1545b60a9e23a1f32565 (patch)
treee3f9fbcb3ff252390a1af4137ddfd8694b8c77e4 /src/map.h
parent71cefdb345652342a3eaf84f197586809128e6ab (diff)
downloadmana-client-9951bf6c1c2e3966f92f1545b60a9e23a1f32565.tar.gz
mana-client-9951bf6c1c2e3966f92f1545b60a9e23a1f32565.tar.bz2
mana-client-9951bf6c1c2e3966f92f1545b60a9e23a1f32565.tar.xz
mana-client-9951bf6c1c2e3966f92f1545b60a9e23a1f32565.zip
Fix properties bug.
Fix Random crushes and valgrind memory errors. Reviewed-by: thorbjorn
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 9d5fe021..7b91b6bb 100644
--- a/src/map.h
+++ b/src/map.h
@@ -263,8 +263,8 @@ class Map : public Properties
int getTileHeight() const
{ return mTileHeight; }
- const std::string &getMusicFile() const;
- const std::string &getName() const;
+ const std::string getMusicFile() const;
+ const std::string getName() const;
/**
* Gives the map id based on filepath (ex: 009-1)