Chunnel: Remove debug prints from afterload code.

pull/16/head
Jonathan G Rennison 8 years ago
parent 04244e7215
commit ee0d6e2fe6

@ -2044,9 +2044,6 @@ bool AfterLoadGame()
t->tile_s = end_tile;
t->is_chunnel = 0;
DEBUG(misc, 0, "Tun start %#x, index=%#x", t->tile_n, t->index);
DEBUG(misc, 0, "Tun end %#x, index=%#x", t->tile_s, t->index);
_m[start_tile].m2 = t->index;
_m[end_tile].m2 = t->index;
}

Loading…
Cancel
Save