From cfe485a1e6c6aafdcadbd47be9098c37ca88f167 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 5 Jan 2012 20:57:41 -0600 Subject: insert object asm hg-commit-id: 9974e529c8d6 --- extras/extract_maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/extract_maps.py') 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 -- cgit v1.3.1-sl0p