Changeset - r5209:6d876ab707a4
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-12-02 09:52:34
peter1138@openttd.org
(svn r7324) -Codechange: reset newgrf signal location data
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -42,7 +42,7 @@
 

	
 
static int _skip_sprites; // XXX
 
static uint _file_index; // XXX
 
SpriteID _signal_base = 0;
 
SpriteID _signal_base;
 

	
 
static GRFFile *_cur_grffile;
 
GRFFile *_first_grffile;
 
@@ -3325,6 +3325,7 @@ static void ResetNewGRFData(void)
 
	_traininfo_vehicle_pitch = 0;
 
	_traininfo_vehicle_width = 29;
 
	_have_2cc = false;
 
	_signal_base = 0;
 

	
 
	InitializeSoundPool();
 
	InitializeSpriteGroupPool();
0 comments (0 inline, 0 general)