1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

save chat logs

This commit is contained in:
Ted John
2016-05-30 14:24:06 +01:00
parent fbcc68dff1
commit 618d13a9a3
3 changed files with 66 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ void chat_history_add(const char *src)
_chatHistoryTime[index] = SDL_GetTicks();
_chatHistoryIndex++;
Mixer_Play_Effect(SOUND_NEWS_ITEM, 0, SDL_MIX_MAXVOLUME, 0, 1.5f, true);
network_append_chat_log(src);
}
void chat_input(int c)