diff options
author | Ira Rice <irarice@gmail.com> | 2008-12-26 22:45:24 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-12-26 22:45:24 -0700 |
commit | 4854bc433cd74bb072d02e25aa416f06ff6257b4 (patch) | |
tree | 13fbae3ee50ea27829d31fb328d0ef761733dcc9 /src/being.cpp | |
parent | 0289c04b5454b42676f3b6beb68571e71617500c (diff) | |
download | mana-4854bc433cd74bb072d02e25aa416f06ff6257b4.tar.gz mana-4854bc433cd74bb072d02e25aa416f06ff6257b4.tar.bz2 mana-4854bc433cd74bb072d02e25aa416f06ff6257b4.tar.xz mana-4854bc433cd74bb072d02e25aa416f06ff6257b4.zip |
Fixed a potential leak in setup, changed the default border color to
white for wallpapers (matches our wallpapers better), and fixed the
effect manager.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being.cpp b/src/being.cpp index 3f4c5d9c..edacbc26 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -48,10 +48,6 @@ #include "utils/xml.h" #define BEING_EFFECTS_FILE "effects.xml" - -#include "utils/xml.h" - -#define BEING_EFFECTS_FILE "effects.xml" #define HAIR_FILE "hair.xml" int Being::instances = 0; |