fix warnings, remove phases from commentaries

This commit is contained in:
Paul 2026-03-31 20:11:28 +03:00
parent 43aecab1ef
commit 0e6aaeb44e
6 changed files with 33 additions and 55 deletions

View file

@ -2110,9 +2110,9 @@ std::unordered_map<std::string, CastSeqState> s_castSeqStates;
void ChatPanel::sendChatMessage(game::GameHandler& gameHandler,
InventoryScreen& inventoryScreen,
SpellbookScreen& spellbookScreen,
QuestLogScreen& questLogScreen) {
InventoryScreen& /*inventoryScreen*/,
SpellbookScreen& /*spellbookScreen*/,
QuestLogScreen& /*questLogScreen*/) {
if (strlen(chatInputBuffer_) > 0) {
std::string input(chatInputBuffer_);