Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1592 → Rev 1593

/demos/trunk/bca/bca_lib.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: bca_lib.c,v 1.4 2004-05-23 08:59:27 giacomo Exp $ */
/* CVS : $Id: bca_lib.c,v 1.5 2006-07-03 15:34:08 tullio Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
65,7 → 65,7
char * titolo[10]={" UNIVERSITA' DEGLI \0",
" STUDI DI \0",
" PAVIA \0",
"Progetto S.Ha.R.K.\0",
" S.Ha.R.K project \0",
" 'BaseContrAerea' \0",
"-------------------\0",
" PAVIA 2002 \0",
/demos/trunk/bca/control.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: control.c,v 1.2 2006-07-03 15:10:15 tullio Exp $ */
/* CVS : $Id: control.c,v 1.3 2006-07-03 15:34:08 tullio Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
76,7 → 76,7
 
while(1){
 
sprintf(str,"AEREI: %02d",aereo_count);
sprintf(str,"PLANE: %02d",aereo_count);
grx_text(str,x0+2,y0+18,FAB_white,FAB_blue);
grx_box(rect1_x0,rect1_y0,rect1_x1,rect1_y1,FRAME_CONTROL_BACK_COLOR);
grx_box(rect1_x0,rect1_y0,
107,7 → 107,7
FAB_white,FRAME_CONTROL_BACK_COLOR);
}
 
sprintf(str,"CANNONI: %02d",cannone_count);
sprintf(str,"CANNONS: %02d",cannone_count);
grx_text(str,x0+2,frame_control->y1-81+2,FAB_white,FAB_blue);
grx_box(rect2_x0,rect2_y0,rect2_x1,rect2_y1,FRAME_CONTROL_BACK_COLOR);
grx_box(rect2_x0,rect2_y0,