mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Compilation under Mac OS X
This commit is contained in:
parent
acc6ce1b59
commit
5c458d4c65
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ void CInterfaceChatDisplayer::displayChat(TDataSetIndex compressedSenderIndex, c
|
||||||
|
|
||||||
// select DB
|
// select DB
|
||||||
sint32 dbIndex = ChatMngr.getDynamicChannelDbIndexFromId(dynChatId);
|
sint32 dbIndex = ChatMngr.getDynamicChannelDbIndexFromId(dynChatId);
|
||||||
clamp(dbIndex,0 , CChatGroup::MaxDynChanPerPlayer);
|
clamp(dbIndex, (sint32)0 , (sint32)CChatGroup::MaxDynChanPerPlayer);
|
||||||
string entry="UI:SAVE:CHAT:COLORS:";
|
string entry="UI:SAVE:CHAT:COLORS:";
|
||||||
switch(mode)
|
switch(mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue