diff options
Diffstat (limited to 'engines/fullpipe/fullpipe.cpp')
-rw-r--r-- | engines/fullpipe/fullpipe.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp index c43e14beb6..a6a52bbccb 100644 --- a/engines/fullpipe/fullpipe.cpp +++ b/engines/fullpipe/fullpipe.cpp @@ -46,6 +46,14 @@ FullpipeEngine::FullpipeEngine(OSystem *syst, const ADGameDescription *gameDesc) _rnd = new Common::RandomSource("fullpipe"); + _gameProjectVersion = 0; + _gameProjectValue = 0; + _scrollSpeed = 0; + _currSoundListCount = 0; + + _soundEnabled = true; + _flgSoundList = true; + g_fullpipe = this; } |