summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-19 15:15:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-19 15:15:44 +0300
commitf0315000bcf20685471966d2f25cd8e9f35e8230 (patch)
treeb5b51e2880191696d6217181d5aa4d5c5341265f /src/gui/windows/npcdialog.h
parent5615f8dde421e8d44c5e49a5a44ab7e69cb543a5 (diff)
downloadplus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.gz
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.bz2
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.xz
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.zip
add ability to give more than one item to npc. (evol only)
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r--src/gui/windows/npcdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h
index 27efcee2f..1736f5567 100644
--- a/src/gui/windows/npcdialog.h
+++ b/src/gui/windows/npcdialog.h
@@ -164,7 +164,7 @@ class NpcDialog final : public Window,
void integerRequest(const int defaultValue = 0, const int min = 0,
const int max = 2147483647);
- void itemRequest();
+ void itemRequest(const int size);
void move(const int amount);