From bbd663d3661c5daf4ae04071e3d3326ef4709143 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 29 Aug 2019 20:52:11 -0700 Subject: XEEN: Fix for deleting characters from the roster --- engines/xeen/dialogs/dialogs_party.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/xeen/dialogs/dialogs_party.h') diff --git a/engines/xeen/dialogs/dialogs_party.h b/engines/xeen/dialogs/dialogs_party.h index 8f87ca3aa6..b906c12050 100644 --- a/engines/xeen/dialogs/dialogs_party.h +++ b/engines/xeen/dialogs/dialogs_party.h @@ -52,6 +52,11 @@ private: */ void execute(); + /** + * Loads the list of character + */ + void loadCharacters(); + /** * Loads buttons for the dialog */ -- cgit v1.2.3