aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-11-17 15:51:33 -0600
committerGitHub <noreply@github.com>2020-11-17 15:51:33 -0600
commitb155ab8488cdd280d1b84ceaf0cd9fbff671a357 (patch)
tree5f8c22b020feae728dcfd98a853533f6656f02cf /src/charselect.cpp
parent0356165d82a1b1ee0eb8572296ba18f615c516aa (diff)
parent0c382eea7dd3f4cbbeea120bdb1b764cef8e89db (diff)
Merge pull request #342 from AttorneyOnline/charselect-sounds
Fix #277 (sounds in charselect)
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index b5439340..f8c622da 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -148,8 +148,6 @@ void Courtroom::char_clicked(int n_char)
else
update_character(n_char);
- enter_courtroom();
-
if (n_char != -1)
ui_ic_chat_name->setPlaceholderText(char_list.at(n_char).name);
}