Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/chat.cc')
-rw-r--r--src/client/chat.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/chat.cc b/src/client/chat.cc
index dc66a1b..f123bbc 100644
--- a/src/client/chat.cc
+++ b/src/client/chat.cc
@@ -43,9 +43,9 @@ Chat::~Chat()
history.clear();
}
-void Chat::set_small(bool small)
+void Chat::set_small_view(bool small_chat_view)
{
- chat_small = small;
+ chat_small = small_chat_view;
}
void Chat::event_text(const std::string & text)