mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 17:33:20 +00:00
updating map info
This commit is contained in:
@@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user