Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
AKnopik PC committed Sep 12, 2023
1 parent 9f4998a commit 14d57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spawn.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Spawns
public:
static bool isInZone(const Position& centerPos, int32_t radius, const Position& pos);

bool loadFromXml(const std::string& filename, bool isLuaLoad = false);
bool loadFromXml(const std::string& filename, bool isCalledByLua = false);
void startup();
void clear();

Expand Down

0 comments on commit 14d57a8

Please sign in to comment.