[BACK]Return to fly.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / battlestar

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/battlestar/fly.c between version 1.11 and 1.12

version 1.11, 2003/08/07 09:37:02 version 1.12, 2004/01/27 20:30:29
Line 52  int     ourclock = 120;  /* time for all
Line 52  int     ourclock = 120;  /* time for all
 static char    cross = 0;  static char    cross = 0;
 static sig_t   oldsig;  static sig_t   oldsig;
   
 static void blast __P((void));  static void blast(void);
 static void endfly __P((void));  static void endfly(void);
 static void moveenemy __P((int));  static void moveenemy(int);
 static void notarget __P((void));  static void notarget(void);
 static void screen __P((void));  static void screen(void);
 static void succumb __P((int));  static void succumb(int);
 static void target __P((void));  static void target(void);
   
 static void  static void
 succumb(dummy)  succumb(dummy)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>