Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-03-23 21:46:06 (GMT)
committer perepujal <perepujal>2011-03-23 21:46:06 (GMT)
commite19f01a95e811795b8d8f77c0c2c566deeb403e4 (patch)
treef1eb67b42aada34ed21d461d6a7ebdff54dc310f
parent3adf90df093b8313141a677bf9e53d4150e183b9 (diff)
Waves and wavelets run again in paint mode.
-rw-r--r--magic/src/waves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/magic/src/waves.c b/magic/src/waves.c
index 57ecf8b..7db1de5 100644
--- a/magic/src/waves.c
+++ b/magic/src/waves.c
@@ -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);
}