summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-13 14:55:49 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-27 11:29:45 -0700
commit9951ad78c80e144c166a7d476cad7ffdf84332a9 (patch)
tree9f5498a9a3c23b62dc928288e72081e99f958f46 /src/map/map.hpp
parent749fec734c4583153fb2dbc80f1d21db2c2ab457 (diff)
downloadtmwa-9951ad78c80e144c166a7d476cad7ffdf84332a9.tar.gz
tmwa-9951ad78c80e144c166a7d476cad7ffdf84332a9.tar.bz2
tmwa-9951ad78c80e144c166a7d476cad7ffdf84332a9.tar.xz
tmwa-9951ad78c80e144c166a7d476cad7ffdf84332a9.zip
Debug debugging
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 55f4823..d88ff54 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -511,7 +511,7 @@ struct BlockLists
struct map_abstract
{
MapName name_;
- // gat is nullptr for map_remote and non-nullptr or map_local
+ // gat is nullptr for map_remote and non-nullptr for map_local
std::unique_ptr<MapCell[]> gat;
virtual ~map_abstract() {}