Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1378 → Rev 1377

/demos/trunk/astro/stat.c
19,7 → 19,7
int lives; /* current player lives */
int crash; /* astro vs. rock */
 
extern PID shutdown_task_PID;
extern volatile int shark_running;
 
TASK stat_write()
{
131,7 → 131,7
pid = task_create("StatWrite", stat_write, &ms, NULL);
if (pid == NIL) {
sys_shutdown_message("Could not create task <StatWrite>\n");
task_activate(shutdown_task_PID);
shark_running = 0;
return;
} else
task_activate(pid);