(svn r7324) -Codechange: reset newgrf signal location data

This commit is contained in:
peter1138 2006-12-02 09:52:34 +00:00
parent 9bfd73889a
commit 0d5b0eb4f7
1 changed files with 2 additions and 1 deletions

View File

@ -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();