mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Quick fix for TestMap name collision, introduced in #16274
This commit is contained in:
parent
fdc149f316
commit
1297ccc537
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "map.h"
|
||||
#include "mapsector.h"
|
||||
|
||||
namespace {
|
||||
class TestMap : public Map {
|
||||
public:
|
||||
TestMap(IGameDef *gamedef) : Map(gamedef) {}
|
||||
|
@ -30,6 +31,7 @@ public:
|
|||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
static void fillMap(TestMap &map, s16 n)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue