mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r7324) -Codechange: reset newgrf signal location data
This commit is contained in:
parent
9bfd73889a
commit
0d5b0eb4f7
3
newgrf.c
3
newgrf.c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user