summaryrefslogtreecommitdiff
path: root/rail_cmd.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-11-03 01:18:40 +0000
committerDarkvater <Darkvater@openttd.org>2006-11-03 01:18:40 +0000
commit6b44b88e9f8ed979b038091d2694a49070e2ef62 (patch)
treeb690e9ee0bf559ff2fc4d85d367241a54bcd86f2 /rail_cmd.c
parent2fb0bf317ef69c6863a7abd522c75902be46376a (diff)
downloadopenttd-6b44b88e9f8ed979b038091d2694a49070e2ef62.tar.xz
(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
verb is build/built/built not build/*/build or build/*/builded.
Diffstat (limited to 'rail_cmd.c')
-rw-r--r--rail_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_cmd.c b/rail_cmd.c
index f605eb8bf..24b1cf77c 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -1655,7 +1655,7 @@ make_red:
ssd->next_dir[ssd->cur_stack] = _dir_from_track[ssd->bit[i]];
ssd->cur_stack++;
} else {
- printf("NUM_SSD_STACK too small\n"); /// @todo WTF is this???
+ DEBUG(misc, 0) ("NUM_SSD_STACK too small"); /// @todo WTF is this???
}
}