Merge branch 'ryzom/ark/features' into yubo

fix_opengl_on_mac
Ulukyn 5 years ago
commit e10f79dbf2

@ -892,7 +892,7 @@ void CGroupInSceneBubbleManager::dynChatOpen (uint32 nBotUID, uint32 nBotName, c
uint32 pos, j; uint32 pos, j;
for (pos = 0; pos < _DynBubbles.size(); ++pos) for (pos = 0; pos < _DynBubbles.size(); ++pos)
{ {
if (_DynBubbles[pos].BotUID == nBotUID && _DynBubbles[pos].BotName != 0) if (_DynBubbles[pos].BotUID == nBotUID)
break; break;
} }
@ -1005,7 +1005,7 @@ void CGroupInSceneBubbleManager::webIgChatOpen (uint32 nBotUID, string text, con
uint32 pos, j; uint32 pos, j;
for (pos = 0; pos < _DynBubbles.size(); ++pos) for (pos = 0; pos < _DynBubbles.size(); ++pos)
{ {
if (_DynBubbles[pos].BotUID == nBotUID && _DynBubbles[pos].BotName == 0) if (_DynBubbles[pos].BotUID == nBotUID)
break; break;
} }

Loading…
Cancel
Save