diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 07:07:04 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 07:07:04 -0500 |
commit | 1177a2ec843533b76fa9bd8573686f684103075c (patch) | |
tree | 848b6c918b85ff2413cef5d5ca9ab8122b351a23 /src/inventory.cpp | |
parent | ac52ecab5df8382b51d48a9431f672bfc502a400 (diff) |
dialog buttons
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; |