diff options
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r-- | engines/xeen/party.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp index 0cde1c25af..3d2f13dd0a 100644 --- a/engines/xeen/party.cpp +++ b/engines/xeen/party.cpp @@ -24,6 +24,7 @@ #include "common/algorithm.h" #include "xeen/party.h" #include "xeen/dialogs_error.h" +#include "xeen/dialogs_input.h" #include "xeen/files.h" #include "xeen/resources.h" #include "xeen/saves.h" @@ -1380,8 +1381,7 @@ bool Party::giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int } int Party::howMuch() { - warning("TODO"); - return -1; + return HowMuch::show(_vm); } void Party::subPartyTime(int time) { |