summaryrefslogtreecommitdiffhomepage
path: root/editor/tile-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tile-editor.hpp')
-rw-r--r--editor/tile-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp
index 9f4bb2db..4569bfee 100644
--- a/editor/tile-editor.hpp
+++ b/editor/tile-editor.hpp
@@ -15,7 +15,7 @@ struct world;
struct tile_editor final
{
private:
- enum selection_mode : std::uint8_t {
+ enum selection_mode : unsigned char {
sel_none, sel_tile, sel_perm,
};