mirror of https://github.com/OpenTTD/OpenTTD
(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
parent
3d3d9a11bd
commit
d095ff81d6
|
@ -1,4 +1,4 @@
|
||||||
/* $Id */
|
/* $Id$ */
|
||||||
/** @file elrail_data.h Stores all the data for overhead wire and pylon drawing.
|
/** @file elrail_data.h Stores all the data for overhead wire and pylon drawing.
|
||||||
* @see elrail.c */
|
* @see elrail.c */
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id */
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef UNMOVABLE_H
|
#ifndef UNMOVABLE_H
|
||||||
#define UNMOVABLE_H
|
#define UNMOVABLE_H
|
||||||
|
|
Loading…
Reference in New Issue