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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 48c0223..4019428 100644 --- a/src/map.h +++ b/src/map.h
@@ -37,6 +37,7 @@ struct Prototype {
37 MirrorType mirrorType = MirrorType::None; 37 MirrorType mirrorType = MirrorType::None;
38 int mirrorAxis = 0; 38 int mirrorAxis = 0;
39 std::string spriteToMirror; 39 std::string spriteToMirror;
40 bool floating = false;
40}; 41};
41 42
42struct Trigger { 43struct Trigger {