Home
last modified time | relevance | path

Searched refs:_ingameSoundListSize (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/resource/
H A Dstaticres_lol.cpp308 const char *const *tmpSndList = _staticres->loadStrings(kLoLIngameSfxFiles, _ingameSoundListSize); in initStaticResource()
310 _ingameSoundList = new char*[_ingameSoundListSize]; in initStaticResource()
311 for (int i = 0; i < _ingameSoundListSize; i++) { in initStaticResource()
H A Dstaticres.cpp979 _ingameSoundList = _staticres->loadStrings(k2IngameSfxFiles, _ingameSoundListSize); in initStaticResource()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/resource/
H A Dstaticres_lol.cpp308 const char *const *tmpSndList = _staticres->loadStrings(kLoLIngameSfxFiles, _ingameSoundListSize); in initStaticResource()
310 _ingameSoundList.reserve(_ingameSoundListSize); in initStaticResource()
311 for (int i = 0; i < _ingameSoundListSize; i++) in initStaticResource()
H A Dstaticres.cpp987 _ingameSoundList = _staticres->loadStrings(k2IngameSfxFiles, _ingameSoundListSize); in initStaticResource()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dkyra_hof.h644 int _ingameSoundListSize; variable
H A Dlol.h462 int _ingameSoundListSize; variable
H A Dlol.cpp165 _ingameSoundListSize = 0; in LoLEngine()
328 for (int i = 0; i < _ingameSoundListSize; i++) in ~LoLEngine()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dkyra_hof.h643 int _ingameSoundListSize; variable
H A Dlol.h468 int _ingameSoundListSize; variable
H A Dlol.cpp167 _ingameSoundListSize = 0; in LoLEngine()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_lol.cpp1846 assert(t < _ingameSoundListSize); in olol_assignCustomSfx()