X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fflow.c;h=b9593df470142f151b657cec07094b2e8987d495;hp=b5fdfcc4d858361e06967e7ab205c37bcdf50627;hb=4cecfc89e5e889c7232693897c06168fb378bd5c;hpb=c28aecf9fc41e3a03494bacf7279745425e2fa18 diff --git a/hacks/flow.c b/hacks/flow.c index b5fdfcc4..b9593df4 100644 --- a/hacks/flow.c +++ b/hacks/flow.c @@ -113,7 +113,7 @@ typedef enum { FLOW_2D = 8, /* Allow 2D attractors */ FLOW_BOX = 16, /* Compute a box around the attractor */ FLOW_SLOW = 32, /* Some bees are slower (and have antifreeze) */ - FLOW_FREEZE = 64, /* Freeze some of the bees in action */ + FLOW_FREEZE = 64 /* Freeze some of the bees in action */ } FlowMode; #define FLOW_DEFAULT (FLOW_ROTATE|FLOW_RIDE|FLOW_ZOOM|FLOW_2D|\