forked from mirror/OpenTTD
(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.
This commit is contained in:
@@ -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???
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user