diff options
Diffstat (limited to 'src/object.hpp')
| -rw-r--r-- | src/object.hpp | 4 |
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(); |
