|
@@ -41,7 +41,7 @@ void CMessage::init()
|
|
{
|
|
{
|
|
for(int i = 0; i < PlayerColor::PLAYER_LIMIT_I; i++)
|
|
for(int i = 0; i < PlayerColor::PLAYER_LIMIT_I; i++)
|
|
{
|
|
{
|
|
- dialogBorders[i] = GH.renderHandler().loadAnimation(AnimationPath::builtin("DIALGBOX"), EImageBlitMode::OPAQUE);
|
|
|
|
|
|
+ dialogBorders[i] = GH.renderHandler().loadAnimation(AnimationPath::builtin("DIALGBOX"), EImageBlitMode::COLORKEY);
|
|
|
|
|
|
for(int j = 0; j < dialogBorders[i]->size(0); j++)
|
|
for(int j = 0; j < dialogBorders[i]->size(0); j++)
|
|
{
|
|
{
|