summaryrefslogtreecommitdiff
path: root/viewport.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-23 13:09:35 +0000
committertron <tron@openttd.org>2005-01-23 13:09:35 +0000
commit81ee2d931b8c8f03e31bd98217c97a02fa2e35b0 (patch)
tree8a25bb5502579aea9f2dd0b2af81bd353a8af767 /viewport.h
parent5156f6b360b1611ca9220ae3ef091b7f7c17d645 (diff)
downloadopenttd-81ee2d931b8c8f03e31bd98217c97a02fa2e35b0.tar.xz
(svn r1610) Remove trailing whitespace (last time ever, i hope)
Diffstat (limited to 'viewport.h')
-rw-r--r--viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewport.h b/viewport.h
index 9065527e8..5681c82ad 100644
--- a/viewport.h
+++ b/viewport.h
@@ -79,7 +79,7 @@ enum {
HT_RAIL = 0x10, /* autorail (one piece)
* (uses lower bits to indicate direction) */
- /* lower bits (used with HT_LINE and HT_RAIL):
+ /* lower bits (used with HT_LINE and HT_RAIL):
* (see ASCII art in autorail.h for a visual interpretation) */
HT_DIR_X = 0, // X direction
HT_DIR_Y = 1, // Y direction