diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 02:19:14 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-19 02:19:14 -0400 |
| commit | 6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610 (patch) | |
| tree | cbcef308c2610a264f6baca1286d9dde7603bf24 /sigmod | |
| parent | e5d36f54f184dfc86e1878f9a6a28b9bef705507 (diff) | |
Change default size for MapEffects
Diffstat (limited to 'sigmod')
| -rw-r--r-- | sigmod/MapEffect.cpp | 2 |
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("", "") |
