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