From 8b9e6a0abb6291ce7b37b44375151e421bca0de4 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 27 Nov 2010 12:21:08 +0100 Subject: Force all fields of Tile to be initialized. --- common/tile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/tile.cpp') diff --git a/common/tile.cpp b/common/tile.cpp index 0fb2230..8ade606 100644 --- a/common/tile.cpp +++ b/common/tile.cpp @@ -2,10 +2,6 @@ #include -Tile::Tile() { - -} - Tile::Tile(Tile::Type t, bool re, bool ro) : type(t), red(re), rotated(ro) { } -- cgit v1.2.3