mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 00:03:50 +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
|
|
@ -1191,7 +1191,7 @@ void ActionBarPanel::renderStanceBar(game::GameHandler& gameHandler,
|
|||
}
|
||||
|
||||
void ActionBarPanel::renderBagBar(game::GameHandler& gameHandler,
|
||||
SettingsPanel& settingsPanel,
|
||||
SettingsPanel& /*settingsPanel*/,
|
||||
InventoryScreen& inventoryScreen) {
|
||||
ImVec2 displaySize = ImGui::GetIO().DisplaySize;
|
||||
float screenW = displaySize.x > 0.0f ? displaySize.x : 1280.0f;
|
||||
|
|
|
|||
|
|
@ -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