[nostalgia/world] Cleanup field counts for models

This commit is contained in:
2019-03-13 20:22:08 -05:00
parent e31f51648c
commit 9e55e5f63c
2 changed files with 9 additions and 13 deletions
-3
View File
@@ -13,9 +13,6 @@ namespace nostalgia::world {
using namespace common;
using namespace core;
const int Zone::FIELDS = 1;
Zone::Zone(Context *ctx, Bounds bnds, InodeId_t tileSheet) {
const auto size = bnds.width * bnds.height;
m_tiles = new Tile[size];