mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
Chunnel: Remove debug prints from afterload code.
This commit is contained in:
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…
Reference in New Issue
Block a user