summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/train_cmd.cpp')
-rw-r--r--src/train_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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