Stopping sound at scwitchout

This commit is contained in:
Pere Pujal i Carabantes 2009-06-09 04:17:41 +00:00
parent 90b859a1d4
commit 03fa7b5a2b

View file

@ -535,6 +535,7 @@ void tornado_switchin(magic_api * api, int which, int mode, SDL_Surface * canvas
void tornado_switchout(magic_api * api, int which, int mode, SDL_Surface * canvas)
{
api->stopsound();
}
int tornado_modes(magic_api * api, int which)