summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 1167290..eb926c7 100644 --- a/src/map.h +++ b/src/map.h
@@ -32,6 +32,9 @@ struct Prototype {
32 int movementSpeed = -1; 32 int movementSpeed = -1;
33 std::string enclosureZone; 33 std::string enclosureZone;
34 bool masked = false; 34 bool masked = false;
35 MirrorType mirrorType = MirrorType::None;
36 int mirrorAxis = 0;
37 std::string spriteToMirror;
35}; 38};
36 39
37struct Trigger { 40struct Trigger {