diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/clientevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/clientevent.h b/src/client/clientevent.h index f0f1dc9e0..4976eb174 100644 --- a/src/client/clientevent.h +++ b/src/client/clientevent.h @@ -82,6 +82,7 @@ struct ClientEvent f32 size; bool collisiondetection; bool collision_removal; + bool object_collision; bool vertical; std::string *texture; struct TileAnimationParams animation; @@ -103,6 +104,7 @@ struct ClientEvent f32 maxsize; bool collisiondetection; bool collision_removal; + bool object_collision; u16 attached_id; bool vertical; std::string *texture; |