X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fplasma.c;h=132cff3d0487482e97f41779936a08876db24134;hp=05f68e46f6231fb31373655883df1bf53f35e326;hb=bd3de1442570d4159c9b58e456b8d69fed9eadc8;hpb=5f474fafc7e6a051f1d6809e1000894a5887c742 diff --git a/src/plasma.c b/src/plasma.c index 05f68e4..132cff3 100644 --- a/src/plasma.c +++ b/src/plasma.c @@ -10,7 +10,6 @@ static int init(void); static void destroy(void); static void start(long trans_time); -static void stop(long trans_time); static void draw(void); static struct screen scr = { @@ -18,7 +17,7 @@ static struct screen scr = { init, destroy, start, - stop, + 0, draw }; @@ -84,10 +83,6 @@ static void start(long trans_time) startingTime = time_msec; } -static void stop(long trans_time) -{ -} - static void draw(void) { int x, y;