From e8dd52d8264cd0eec1f5d32c1f809a164e2d2f59 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 16 Apr 2009 09:11:26 -0600 Subject: Fix an oddity in PartyWindow --- src/gui/partywindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/partywindow.h') diff --git a/src/gui/partywindow.h b/src/gui/partywindow.h index b1967b0e..60c4da29 100644 --- a/src/gui/partywindow.h +++ b/src/gui/partywindow.h @@ -72,12 +72,12 @@ class PartyWindow : public Window, gcn::ActionListener void draw(gcn::Graphics *graphics); /** - * Find a party member based on ID + * Find a party member based on ID. Returns NULL if not found. */ - PartyMember *findMember(int id) { return mMembers[id]; } + PartyMember *findMember(int id); /** - * Find a party member based on ID. Creates if it doesn't already exist. + * Find a party member based on ID. Creates if not found. */ PartyMember *findMember2(int id); -- cgit v1.2.3-70-g09d2