diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-01 10:32:43 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-02-01 10:32:43 +0000 |
commit | 6bff53b318937999a70d775bb6ecea2b18576e0f (patch) | |
tree | 66092571b605344a34c7360bccda50e86bc90b30 /src/properties.h | |
parent | 0e6385c12f325fa77ad57eba9b578de10d505ff7 (diff) | |
download | mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.gz mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.bz2 mana-6bff53b318937999a70d775bb6ecea2b18576e0f.tar.xz mana-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.h | 2 |
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; }; |