1
0
鏡像自 https://github.com/luanti-org/luanti.git 已同步 2025-11-01 15:55:26 +01:00

Quick fix for TestMap name collision, introduced in #16274

此提交包含在:
Lars
2025-06-23 13:27:40 -07:00
父節點 fdc149f316
當前提交 1297ccc537

查看文件

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