X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.c;h=e56baa94bc86fb44c4efc521450b67d872afef18;hb=330b72f5c3a57ed0a17636059df12e0195a5c3cd;hp=30e4444f246a1fc6531692e4021ceb2ee1bad1d2;hpb=d65c8be05249df8109a523747ad3c4e163d2d975;p=16.git diff --git a/src/lib/16_head.c b/src/lib/16_head.c index 30e4444f..e56baa94 100755 --- a/src/lib/16_head.c +++ b/src/lib/16_head.c @@ -22,22 +22,6 @@ #include "src/lib/16_head.h" -/* Function: Wait ********************************************************** -* -* Parameters: wait - time in microseconds -* -* Description: pauses for a specified number of microseconds. -* -*/ -void wait(clock_t wait){ - clock_t goal; - - if(!wait) return; - - goal = wait + clock(); - while((goal > clock()) && !kbhit()) ; -} /* End of wait */ - long int filesize(FILE *fp) { @@ -131,9 +115,11 @@ void Quit (char *error) if (error && *error) { - movedata ((unsigned)screen,7,0xb800,0,7*160); + //movedata ((unsigned)screen,7,0xb800,0,7*160); //gotoxy (10,4); + printf("\n"); puts(error); + printf("\n"); //gotoxy (1,8); exit(1); }