summaryrefslogtreecommitdiff
path: root/common/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tile.h')
-rw-r--r--common/tile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/tile.h b/common/tile.h
index 748d80b..461e145 100644
--- a/common/tile.h
+++ b/common/tile.h
@@ -61,11 +61,8 @@ class Tile {
bool rotated;
bool invisible;
- //! Default constructor.
- Tile();
-
//! Construct tile by type.
- Tile(Type t, bool re = false, bool ro = false);
+ Tile(Type t = Back, bool re = false, bool ro = false);
//! Construct tile by set and number.
Tile(Set s, int num, bool re = false, bool ro = false);