Changeset - r15736:453492abe792
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-08-08 11:12:34
rubidium@openttd.org
(svn r20413) -Fix (r20326): some comments got a bit outdated
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/object_type.h
Show inline comments
 
@@ -7,7 +7,7 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file object_map.h Types related to object tiles. */
 
/** @file object_type.h Types related to object tiles. */
 

	
 
#ifndef OBJECT_TYPE_H
 
#define OBJECT_TYPE_H
 
@@ -24,4 +24,4 @@ enum ObjectType {
 

	
 
struct ObjectSpec;
 

	
 
#endif /* OBJECT_MAP_H */
 
#endif /* OBJECT_TYPE_H */
0 comments (0 inline, 0 general)