From 762053a1547c32c2036f0d3647bfb8d19d009320 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 20 Jan 2010 17:28:23 -0700 Subject: Fix compile error in CharSelectDialog::chooseSelected Was missing return statement. --- src/gui/charselectdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 66370a79..e9c2551f 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -277,6 +277,8 @@ bool CharSelectDialog::chooseSelected() setVisible(false); attemptCharSelect(); + + return true; } void CharSelectDialog::update(int slot) -- cgit v1.2.3-70-g09d2