summaryrefslogtreecommitdiffstats
path: root/sigmod/Map.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-16 18:46:07 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-16 18:46:07 -0500
commit89734b6fb5a09b033622c4b927ca7a9fd95bc3af (patch)
tree182f1584517f210bc633bc5f542e10c6c7fa37ee /sigmod/Map.cpp
parentfcf8c8e4d67d9f43d15df549332ec0825f4ca795 (diff)
downloadsigen-89734b6fb5a09b033622c4b927ca7a9fd95bc3af.tar.gz
sigen-89734b6fb5a09b033622c4b927ca7a9fd95bc3af.tar.xz
sigen-89734b6fb5a09b033622c4b927ca7a9fd95bc3af.zip
Fixed defaults in Map
Diffstat (limited to 'sigmod/Map.cpp')
-rw-r--r--sigmod/Map.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmod/Map.cpp b/sigmod/Map.cpp
index af58d36f..978cdd43 100644
--- a/sigmod/Map.cpp
+++ b/sigmod/Map.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -43,8 +43,8 @@ Sigmod::Map::Map(const Sigmod* parent, const int id) :
m_name(""),
m_flyWarp(-1),
m_type(Outdoor),
- m_width(0),
- m_height(0)
+ m_width(1),
+ m_height(1)
{
}