From f135ad54a7bda56ddbe2cbb0f8bf10983fa0fa87 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 12 Dec 2018 02:51:14 +0100 Subject: [PATCH] fixed save format incompatibility in map editor --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index 153b4e46..055afecd 100644 --- a/hyper.h +++ b/hyper.h @@ -1124,7 +1124,7 @@ namespace patterns { extern cpatterntype cgroup, old_cgroup; - enum ePattern { + enum ePattern : char { PAT_NONE = 0, PAT_TYPES = 'T', PAT_ZEBRA = 'z',