mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
- fixed some extra warnings. Mostly harmless.
NOTE: Please check changes in BattleState.cpp and GameHandler.cpp for possible bugs
This commit is contained in:
@ -1554,7 +1554,7 @@ CChatBox::CChatBox(const Rect &rect)
|
||||
inputBox->used &= ~KEYBOARD;
|
||||
chatHistory = new CTextBox("", Rect(0, 0, rect.w, rect.h - height), 1);
|
||||
|
||||
SDL_Color green = {0,252,0};
|
||||
SDL_Color green = {0,252,0, SDL_ALPHA_OPAQUE};
|
||||
chatHistory->color = green;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user