Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1549 → Rev 1550

/demos/trunk/bca/bca.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca.c,v 1.5 2004-05-23 08:59:27 giacomo Exp $ */
/* CVS : $Id: bca.c,v 1.6 2005-01-08 14:34:28 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
126,7 → 126,7
 
void end_fun(KEY_EVT* k)
{ sys_shutdown_message("Ending...\n");
sys_end();
exit(0);
}
void incrementa_aerei_fun(KEY_EVT* k)
{ if (aereo_count<AEREO_N_MAX) aereo_count++;