summaryrefslogtreecommitdiff
path: root/common/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tile.h')
-rw-r--r--common/tile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tile.h b/common/tile.h
index 461e145..df3ea76 100644
--- a/common/tile.h
+++ b/common/tile.h
@@ -62,10 +62,10 @@ class Tile {
bool invisible;
//! Construct tile by type.
- Tile(Type t = Back, bool re = false, bool ro = false);
+ Tile(Type t = Back, bool re = false);
//! Construct tile by set and number.
- Tile(Set s, int num, bool re = false, bool ro = false);
+ Tile(Set s, int num, bool re = false);
virtual ~Tile(){};