1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

more reorganizing of map code

This commit is contained in:
Perttu Ahola 2011-06-26 01:31:43 +03:00
parent cb130d9158
commit 2915bd5518
10 changed files with 38 additions and 40 deletions

View file

@ -110,17 +110,17 @@ public:
virtual void onMapEditEvent(MapEditEvent *event) = 0;
};
class Map : public NodeContainer
class Map /*: public NodeContainer*/
{
public:
Map(std::ostream &dout);
virtual ~Map();
virtual u16 nodeContainerId() const
/*virtual u16 nodeContainerId() const
{
return NODECONTAINER_ID_MAP;
}
}*/
virtual s32 mapType() const
{