From d534c80e9401c49414f5980aedff13c6100a20c2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 15 Oct 2014 18:31:37 +0000 Subject: (svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces) --- src/train_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/train_cmd.cpp') diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index a31b9272d..cb9238eb2 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -1439,7 +1439,7 @@ void Train::UpdateDeltaXY(Direction direction) if (!IsDiagonalDirection(direction)) { static const int _sign_table[] = { - // x, y + /* x, y */ -1, -1, // DIR_N -1, 1, // DIR_E 1, 1, // DIR_S -- cgit v1.2.3-54-g00ecf