1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00

fixed save format incompatibility in map editor

This commit is contained in:
Zeno Rogue 2018-12-12 02:51:14 +01:00
parent 8edfe988c2
commit f135ad54a7

View File

@ -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',