summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-09-04 20:40:33 +0000
committerrubidium <rubidium@openttd.org>2006-09-04 20:40:33 +0000
commit63687763e9680663e68754b47ee9f1511641faf8 (patch)
treeb1e52d993ce60e919358d998b36ea08adfe26cba /openttd.c
parenta7cfb80c40d9a4c544ece10872fd3808f9f59f8d (diff)
downloadopenttd-63687763e9680663e68754b47ee9f1511641faf8.tar.xz
(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/openttd.c b/openttd.c
index 447c5ce89..a138e0e02 100644
--- a/openttd.c
+++ b/openttd.c
@@ -1068,13 +1068,13 @@ static void UpdateExclusiveRights(void)
}
/* FIXME old exclusive rights status is not being imported (stored in s->blocked_months_obsolete)
- could be implemented this way:
- 1.) Go through all stations
- Build an array town_blocked[ town_id ][ player_id ]
- that stores if at least one station in that town is blocked for a player
- 2.) Go through that array, if you find a town that is not blocked for
- one player, but for all others, then give him exclusivity.
- */
+ * could be implemented this way:
+ * 1.) Go through all stations
+ * Build an array town_blocked[ town_id ][ player_id ]
+ * that stores if at least one station in that town is blocked for a player
+ * 2.) Go through that array, if you find a town that is not blocked for
+ * one player, but for all others, then give him exclusivity.
+ */
}
static const byte convert_currency[] = {