This commit is contained in:
Paul 2001-03-01 20:32:41 +00:00
parent 5f1d6156c3
commit 4dd83ebdba

View file

@ -616,6 +616,7 @@ if(eyes!=-1)
// Temporary health/lives thing
#ifdef __USER_paul__
int i,x;
x=healthx;
for(i=0;i<5;i++)
@ -645,6 +646,7 @@ if(eyes!=-1)
char lifebuf[5];
sprintf(lifebuf,"x%d",m_lives);
s_debugFont.print(livesx,livesy,lifebuf);
#endif
}