1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 07:06:43 +00:00

fixed previous commit

This commit is contained in:
Marc Zinnschlag 2010-08-14 09:30:43 +02:00
parent 0a8d0fed40
commit ab1510fd5e

View file

@ -120,7 +120,7 @@ namespace MWSound
{ {
} }
void stopSound (MWWorld::Ptr::CellStore *cell) void SoundManager::stopSound (MWWorld::Ptr::CellStore *cell)
{ {
// Note to Nico: You can get the cell of a Ptr via the getCell function. Just iterate over all // Note to Nico: You can get the cell of a Ptr via the getCell function. Just iterate over all
// sounds and remove those with matching cell. // sounds and remove those with matching cell.