diff options
-rw-r--r-- | sky/sky.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 1d45413d3f..46f6042d30 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -68,6 +68,9 @@ SkyState::SkyState(GameDetector *detector, OSystem *syst) _debugLevel = detector->_debugLevel; _language = detector->_language; _detector = detector; + + _introTextSpace = 0; + _introTextSave = 0; } SkyState::~SkyState() { |