summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-19 02:19:14 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-19 02:19:14 -0400
commit6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610 (patch)
treecbcef308c2610a264f6baca1286d9dde7603bf24 /sigmod
parente5d36f54f184dfc86e1878f9a6a28b9bef705507 (diff)
downloadsigen-6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610.tar.gz
sigen-6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610.tar.xz
sigen-6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610.zip
Change default size for MapEffects
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/MapEffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/MapEffect.cpp b/sigmod/MapEffect.cpp
index 5f96d15a..411a52e1 100644
--- a/sigmod/MapEffect.cpp
+++ b/sigmod/MapEffect.cpp
@@ -39,7 +39,7 @@ MapEffect::MapEffect(const MapEffect& effect) :
MapEffect::MapEffect(const Map* parent, const int id) :
Object(parent, id),
m_name(""),
- m_area(0, 0, 0, 0),
+ m_area(0, 0, 32, 32),
m_skin(-1),
m_isGhost(false),
m_script("", "")