From 968c0c493cfc9bffe4501598585c8e1b05a352c4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 16 Jan 2012 01:40:25 -0600 Subject: formulas for map header connections instead of raw values hg-commit-id: b6822898d929 --- extras/connection_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/connection_helper.py') diff --git a/extras/connection_helper.py b/extras/connection_helper.py index e116347c..1eab1df2 100644 --- a/extras/connection_helper.py +++ b/extras/connection_helper.py @@ -56,7 +56,7 @@ def print_connections(map_id, in_connection_id=None, do_output=False): shift = result calculated = map2_blocks_pointer + shift output += "shift: " + str(shift) + "\n" - formula += "Blocks + " + str(shift) + formula += " + " + str(shift) elif direction == "WEST": calculated = map2_blocks_pointer - 3 + (map2_width) result = connected_pointer - calculated -- cgit v1.2.3