Bunch of updates refactoring adding some sneshacking code some gui stuff

This commit is contained in:
Justin Scofield
2022-06-11 16:01:55 -04:00
parent 0de51934ab
commit a6fb58dba1
11 changed files with 1544 additions and 1244 deletions

View File

@@ -19,8 +19,8 @@ Overworld::~Overworld() {
free(allmapsTilesDW);
free(allmapsTilesSP);
delete overworldMapPointer;
delete owactualMapPointer;
delete[] overworldMapPointer;
delete[] owactualMapPointer;
}
static TileInfo GetTilesInfo(ushort tile) {