fixing multiple 'unused variable' warnings (#1224)

This commit is contained in:
Cryo81
2025-05-01 16:00:54 -03:00
committed by GitHub
parent 6fc02a4429
commit 707210f6a5
13 changed files with 77 additions and 77 deletions

View File

@@ -105,7 +105,7 @@ private:
/*A*/ nullptr, // NextAction::array(0, new NextAction("flash of light"), NULL),
/*C*/ nullptr);
}
// static ActionNode* seal_of_light(PlayerbotAI* ai)
// static ActionNode* seal_of_light(PlayerbotAI* /* ai */)
// {
// return new ActionNode ("seal of light",
// /*P*/ NULL,