diff options
author | celestar <celestar@openttd.org> | 2005-08-01 21:01:18 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-08-01 21:01:18 +0000 |
commit | 9a6975504b22d520f944786a5f0a7c79ae2b8391 (patch) | |
tree | 1a7ba83963541bf6274426a034170e9db7b4cd16 | |
parent | 66fa62b3ea56ddd3322f8589b0c55399bd29e19e (diff) | |
download | openttd-9a6975504b22d520f944786a5f0a7c79ae2b8391.tar.xz |
(svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h
-rw-r--r-- | bridge.h | 2 | ||||
-rw-r--r-- | railtypes.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id: $ */ /** @file bridge.h Header file for bridges */ diff --git a/railtypes.h b/railtypes.h index d86d1a450..c1585133c 100644 --- a/railtypes.h +++ b/railtypes.h @@ -1,4 +1,4 @@ -/* $Id: */ +/* $Id: $ */ /** @file railtypes.h * All the railtype-specific information is stored here. |