summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-15 22:22:33 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-15 22:36:14 +0200
commit2a3f16f5673e6482e422a65f6f23f958dd78955f (patch)
tree63f81e0fc00e9a2f29bfe3ca0e13e2351994de0b /src/map.h
parent1b44c6d73784c0f222c3d1f09214936acb5561f7 (diff)
downloadmana-client-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.gz
mana-client-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.bz2
mana-client-2a3f16f5673e6482e422a65f6f23f958dd78955f.tar.xz
mana-client-2a3f16f5673e6482e422a65f6f23f958dd78955f.zip
Assorted random cleanups
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index c49ebb12..ba6cf24e 100644
--- a/src/map.h
+++ b/src/map.h
@@ -53,7 +53,7 @@ struct MetaTile
/**
* Constructor.
*/
- MetaTile():whichList(0), blockmask(0) {};
+ MetaTile() : whichList(0), blockmask(0) {}
// Pathfinding members
int Fcost; /**< Estimation of total path cost */