mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Quick fix for TestMap name collision, introduced in #16274
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "mapsector.h"
|
#include "mapsector.h"
|
||||||
|
|
||||||
|
namespace {
|
||||||
class TestMap : public Map {
|
class TestMap : public Map {
|
||||||
public:
|
public:
|
||||||
TestMap(IGameDef *gamedef) : Map(gamedef) {}
|
TestMap(IGameDef *gamedef) : Map(gamedef) {}
|
||||||
@@ -30,6 +31,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
static void fillMap(TestMap &map, s16 n)
|
static void fillMap(TestMap &map, s16 n)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user