diff options
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 7cce0b80..eabca159 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -139,7 +139,8 @@ class NpcDialog : public Window, public gcn::ActionListener, /** * Requests a interger from the user. */ - void integerRequest(int defaultValue = 0, int min = 0, int max = 2000); + void integerRequest(int defaultValue = 0, int min = 0, + int max = 2147483647); void move(int amount); |