From 6a9e52a1dbd4b47fc55f49f1ea07a7ae67f2c610 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 19 Mar 2009 02:19:14 -0400 Subject: Change default size for MapEffects --- sigmod/MapEffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigmod/MapEffect.cpp') 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("", "") -- cgit