diff options
Diffstat (limited to 'engines/xeen/dialogs_char_info.cpp')
-rw-r--r-- | engines/xeen/dialogs_char_info.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_char_info.cpp b/engines/xeen/dialogs_char_info.cpp index 187845fe4e..3d039c111b 100644 --- a/engines/xeen/dialogs_char_info.cpp +++ b/engines/xeen/dialogs_char_info.cpp @@ -20,6 +20,7 @@ * */ +#include "xeen/dialogs_awards.h" #include "xeen/dialogs_char_info.h" #include "xeen/dialogs_exchange.h" #include "xeen/dialogs_items.h" @@ -460,7 +461,7 @@ bool CharacterInfo::expandStat(int attrib, const Character &c) { case 14: // Awards - error("AwardsDialog::show"); + Awards::show(_vm, &c); return false; case 15: |