Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1387 → Rev 1388

/demos/trunk/base/ego.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ego.c,v 1.5 2004-04-18 19:46:29 giacomo Exp $
CVS : $Id: ego.c,v 1.6 2004-04-19 14:48:05 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-04-18 19:46:29 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-04-19 14:48:05 $
------------
**/
 
88,7 → 88,7
 
while (1) {
s[0] = talk[i][j];
grx_text(s,x,y[i],12+i,0);
grx_text(s,x,y[i],rgb16(255,255,255),0);
x += 8;
if (++j == leng) {
j = 0;
142,8 → 142,8
keyb_hook(emerg,my_end,FALSE);
 
/* a small banner */
grx_text("EGO Test",8,8,WHITE,0);
grx_text("Press Alt-X to exit",8,16,WHITE,0);
grx_text("EGO Test",8,8,rgb16(255,255,255),0);
grx_text("Press Alt-X to exit",8,16,rgb16(255,255,255),0);
 
/* ego1 creation */
hard_task_default_model(m1);