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:
parent
cb130d9158
commit
2915bd5518
10 changed files with 38 additions and 40 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue