1
0
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:
Lars
2025-06-23 13:27:40 -07:00
parent fdc149f316
commit 1297ccc537

View File

@@ -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)
{