mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
Plug leaks in Metatile
This commit is contained in:
@@ -11,8 +11,9 @@ class Metatile
|
||||
{
|
||||
public:
|
||||
Metatile();
|
||||
Metatile(const Metatile &other);
|
||||
public:
|
||||
QList<Tile> *tiles = nullptr;
|
||||
QList<Tile> tiles;
|
||||
uint16_t behavior; // 8 bits RSE, 9 bits FRLG
|
||||
uint8_t layerType;
|
||||
uint8_t encounterType; // FRLG only
|
||||
|
||||
Reference in New Issue
Block a user