mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-05 16:43:52 +00:00
fix warnings, remove phases from commentaries
This commit is contained in:
parent
43aecab1ef
commit
0e6aaeb44e
6 changed files with 33 additions and 55 deletions
|
|
@ -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_);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue