diff options
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r-- | saga/saga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index 0d17d69143..bc81793966 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -211,7 +211,7 @@ void SagaEngine::go() { /* Initialize engine modules * \*------------------------------------------------------------- */ - _snd = new Snd(); + _sndRes = new SndRes(); EVENT_Init(); FONT_Init(); SPRITE_Init(); |