summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/qpf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makeqpf/qpf2.h')
-rw-r--r--tools/makeqpf/qpf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeqpf/qpf2.h b/tools/makeqpf/qpf2.h
index 1a1df07..22e5c26 100644
--- a/tools/makeqpf/qpf2.h
+++ b/tools/makeqpf/qpf2.h
@@ -61,7 +61,7 @@ public:
struct CharacterRange
{
- inline CharacterRange() : start(0), end(0x10000) {}
+ inline CharacterRange() : start(0), end(0xffff) {}
uint start;
uint end;
};