Removed the rest of the compiler warnings

This commit is contained in:
2018-02-21 21:42:55 -08:00
parent fb6557fba2
commit da461a0ee4
18 changed files with 32 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
#include "map/Map.h"
#include "Logger.h"
Map::Map(uint32_t dimensions) : array_map(sf::Vector3i(dimensions, dimensions, dimensions)) {