Changeset - r4366:26655bdb6fa1
[Not reviewed]
master
0 2 0
belugas - 18 years ago 2006-08-24 01:25:00
belugas@openttd.org
(svn r6082) -CodeChange : Remove the unneeded table/sprites.h include in newgrf_cargo.h.
Set it in genworld_gui.c instead, as it is really needed
2 files changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
genworld_gui.c
Show inline comments
 
@@ -5,6 +5,7 @@
 
#include "heightmap.h"
 
#include "functions.h"
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include "window.h"
 
#include "gui.h"
 
#include "gfx.h"
newgrf_cargo.h
Show inline comments
 
@@ -3,9 +3,6 @@
 
#ifndef NEWGRF_CARGO_H
 
#define NEWGRF_CARGO_H
 

	
 
#include "table/sprites.h"
 

	
 

	
 
enum {
 
	CC_NOAVAILABLE  = 0,
 
	CC_PASSENGERS   = 1 << 0,
0 comments (0 inline, 0 general)