This commit is contained in:
Daveo 2001-06-21 19:19:15 +00:00
parent 9ee7f92dc0
commit a331544f95
20 changed files with 95 additions and 97 deletions

View file

@ -268,7 +268,7 @@ void DoAssert( const char * Txt, const char * file, const int line )
F.setOt( 0 );
InitOTag(OtPtr, MAX_OT);
F.print( (512 >> 1), (256 >> 1), Text );
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
VSync(0);
VidSwapDraw();
@ -278,7 +278,7 @@ void DoAssert( const char * Txt, const char * file, const int line )
while(DrawSync(1));
InitOTag(OtPtr, MAX_OT);
F.print( (512 >> 1), (256 >> 1), Text );
F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text );
VSync(0);
VidSwapDraw();