This commit is contained in:
parent
9ee7f92dc0
commit
a331544f95
20 changed files with 95 additions and 97 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue