summaryrefslogtreecommitdiffhomepage
path: root/src/object.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-08 17:05:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-08 19:40:10 +0200
commit064379bd0bd929f6b87c50f740e9a783b4d9e054 (patch)
treeb717428ace85bde06fff19ac96b11d95787b538f /src/object.hpp
parent4eefaf4e12199c071d2e6ee0d99b46d2e1d45557 (diff)
a
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object.hpp b/src/object.hpp
index 4d2279e1..4c535340 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -24,8 +24,8 @@ struct object_proto
uint32_t delta = 0;
uint16_t frame = 0;
object_type type : 3 = object_type::none;
- rotation r : rotation_BITS = rotation::N;
- pass_mode pass : pass_mode_BITS = pass_mode::see_through; // todo move to struct scenery, add inherit bit
+ rotation r = rotation::N;
+ pass_mode pass = pass_mode::see_through; // todo move to struct scenery, add inherit bit
object_proto& operator=(const object_proto&);
object_proto();