Waves and wavelets run again in paint mode.

This commit is contained in:
Pere Pujal i Carabantes 2011-03-23 21:46:06 +00:00
parent 4c7a610cb9
commit f8450479e1

View file

@ -194,5 +194,5 @@ void waves_switchout(magic_api * api, int which, int mode, SDL_Surface * canvas)
int waves_modes(magic_api * api, int which)
{
return(MODE_FULLSCREEN);
return(MODE_PAINT);
}