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:
parent
7fabeed85d
commit
45d2e693ee
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue