summaryrefslogtreecommitdiff
path: root/extras/extract_maps.py
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-01-05 22:36:06 -0700
committerIIMarckus <iimarckus@gmail.com>2012-01-05 22:36:06 -0700
commitfaa63c870ba783a0026c381d5676f3860c984386 (patch)
treed05ab5ec0f07b0dd21e2cea6720f6547c3a1495b /extras/extract_maps.py
parent9de73d66399d563db49acbde3bd18f406a5e2208 (diff)
parent7a807782142e46c9c7cf0ab3364387f4220774f5 (diff)
Merge.
hg-commit-id: c6f5d5a99ac0
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r--extras/extract_maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py
index 1c4dc5d9..d1efb16a 100644
--- a/extras/extract_maps.py
+++ b/extras/extract_maps.py
@@ -532,7 +532,7 @@ def get_object_data(address):
def compute_object_data_size(object):
size = 4
- size += 6 * (object["number_of_things"])
+ size += 6 * (int(object["number_of_things"]))
trainer_count = 0
item_count = 0