Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1398 → Rev 1397

/demos/trunk/base/fly.c
18,11 → 18,11
 
/**
------------
CVS : $Id: fly.c,v 1.8 2004-04-23 07:57:33 giacomo Exp $
CVS : $Id: fly.c,v 1.7 2004-04-19 14:11:07 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.8 $
Last update: $Date: 2004-04-23 07:57:33 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-04-19 14:11:07 $
------------
**/
 
96,8 → 96,7
x = ox = (XMIN+XMAX)/2;
y = oy = (YMIN+YMAX)/2;
teta = 0;
red = 100+10*i;
if (red > 255) red = 255;
red = 50+10*i;
col = rgb16(red,0,50); /* colore fly */
 
while (1) {