summaryrefslogtreecommitdiff
path: root/src/properties.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-02-01 10:32:43 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-02-01 10:32:43 +0000
commit6bff53b318937999a70d775bb6ecea2b18576e0f (patch)
tree66092571b605344a34c7360bccda50e86bc90b30 /src/properties.h
parent0e6385c12f325fa77ad57eba9b578de10d505ff7 (diff)
downloadmana-client-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.gz
mana-client-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.bz2
mana-client-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.xz
mana-client-6bff53b318937999a70d775bb6ecea2b18576e0f.zip
Simplified button creation code in some windows. Fixed a bug where the game crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private.
Diffstat (limited to 'src/properties.h')
-rw-r--r--src/properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/properties.h b/src/properties.h
index 18caa6e1..ccf8cd00 100644
--- a/src/properties.h
+++ b/src/properties.h
@@ -77,7 +77,7 @@ class Properties
properties[name] = value;
}
- protected:
+ private:
std::map<std::string, std::string> properties;
};