Skip to content

Commit

Permalink
Use new/delete for LEVEL_DATASET
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 18, 2023
1 parent c5b2c0c commit 973fb88
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 131 deletions.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7168,7 +7168,7 @@ bool loadTerrainTypeMap(const char *pFilePath)
}

// Maps built into the game with custom tile types need to be excluded for overrides.
bool shouldLoadTerrainTypeOverrides(const char* name)
bool shouldLoadTerrainTypeOverrides(const std::string& name)
{
std::vector<std::string> excludedMaps = {"Monocot"};

Expand Down
Loading

0 comments on commit 973fb88

Please sign in to comment.