Skip to content
Snippets Groups Projects
Verified Commit 8091a3e0 authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Renamed Cell::InternalWallMask struct to Cell::DualWallMask

parent c24b7606
No related merge requests found
...@@ -82,13 +82,13 @@ private: ...@@ -82,13 +82,13 @@ private:
ECellType type = ECellType::Void; ECellType type = ECellType::Void;
struct InternalWallMask struct DualWallMask
{ {
WallMask pos; WallMask pos;
WallMask neg; WallMask neg;
}; };
EItemType item_type = EItemType::Cherry; EItemType item_type = EItemType::Cherry;
InternalWallMask wall_masks; DualWallMask wall_masks;
}; };
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment