updating map info

This commit is contained in:
Bluub
2021-06-18 12:14:26 +02:00
parent 4f6dd75c5d
commit 81784bf0f8
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
namespace BBM
{
LuaMap::LuaMap()
: _map(16, std::vector<int>(16, 0)), _danger(16, std::vector<int>(16, 0))
: _map(17, std::vector<int>(17, 0)), _danger(17, std::vector<int>(17, 0))
{
}