diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |