diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index c79a29b..3360e6b 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -145,7 +145,7 @@ int Inventory::useItem(void){ ITEM_ID id = item[sel].id; switch(id){ default: - ui::dialogBox(itemName[id],"You cannot use this item."); + ui::dialogBox(itemName[id],NULL,"You cannot use this item."); break; } return 0; |