Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarTileEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarTileEntity.hpp')
-rw-r--r--source/game/interfaces/StarTileEntity.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/game/interfaces/StarTileEntity.hpp b/source/game/interfaces/StarTileEntity.hpp
index 60e953d..64b45cb 100644
--- a/source/game/interfaces/StarTileEntity.hpp
+++ b/source/game/interfaces/StarTileEntity.hpp
@@ -17,7 +17,6 @@ struct MaterialSpace {
Vec2I space;
MaterialId material;
- Maybe<CollisionKind> prevCollision; //exclude from ==
};
DataStream& operator<<(DataStream& ds, MaterialSpace const& materialSpace);