mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-30 01:05:24 +00:00
fix compile errors
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
namespace BBM
|
||||
{
|
||||
MapInfo::MapInfo(Vector3f pos, MapGenerator::BlockType type)
|
||||
: x(pos.x), y(pos.y), z(pos.z), type(type)
|
||||
MapInfo::MapInfo(Vector3f pos, MapGenerator::BlockType blockType)
|
||||
: x(pos.x), y(pos.y), z(pos.z), type(blockType)
|
||||
{ }
|
||||
|
||||
MapInfo::MapInfo(const MapInfo &other)
|
||||
|
||||
Reference in New Issue
Block a user