1
0
Fork 0

Fix a crash encountered with ATC.

This might need to be back-ported to 2.8 (to make a 2.8.1), unless it's been exposed by some of my other changes. Which I think is unlikely but not impossible.
This commit is contained in:
James Turner 2012-08-21 18:12:25 +01:00
parent 7fabeed85d
commit 45d2e693ee

View file

@ -40,6 +40,7 @@ FGATC::FGATC() :
range(0), range(0),
_voice(true), _voice(true),
_playing(false), _playing(false),
_vPtr(NULL),
_sgr(NULL), _sgr(NULL),
_type(INVALID), _type(INVALID),
_display(false) _display(false)