summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 453186d88..f34f137c6 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -24,7 +24,7 @@ struct Tile {
byte m5; ///< General purpose
};
-assert_compile(sizeof(Tile) == 8);
+static_assert(sizeof(Tile) == 8);
/**
* Data that is stored per tile. Also used Tile for this.