From d8d3e1626c969d487aa2ccca1fbb5c7066fc224e Mon Sep 17 00:00:00 2001 From: Daveo Date: Mon, 13 Aug 2001 14:13:22 +0000 Subject: [PATCH] --- source/level/level.cpp | 1 - source/system/dbg.cpp | 4 ---- source/system/except.cpp | 1 - source/system/main.cpp | 1 - 4 files changed, 7 deletions(-) diff --git a/source/level/level.cpp b/source/level/level.cpp index d22094443..d6d2c7bec 100644 --- a/source/level/level.cpp +++ b/source/level/level.cpp @@ -331,7 +331,6 @@ int i; font.print(256+1,90+1,buf); PrimDisplay(); - VSync(0); VidSwapDraw(); } font.dump(); diff --git a/source/system/dbg.cpp b/source/system/dbg.cpp index 07646f352..d2bd3437b 100644 --- a/source/system/dbg.cpp +++ b/source/system/dbg.cpp @@ -270,9 +270,7 @@ void DoAssert( const char * Txt, const char * file, const int line ) InitOTag(OtPtr, MAX_OT); F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text ); - VSync(0); VidSwapDraw(); -// PrimDisplay(); DrawOTag(OtPtr); while(DrawSync(1)); @@ -280,9 +278,7 @@ void DoAssert( const char * Txt, const char * file, const int line ) InitOTag(OtPtr, MAX_OT); F.print( (VidGetScrW() >> 1), (VidGetScrH() >> 1), Text ); - VSync(0); VidSwapDraw(); -// PrimDisplay(); DrawOTag(OtPtr); while(DrawSync(1)); diff --git a/source/system/except.cpp b/source/system/except.cpp index 98753d668..ddf338327 100644 --- a/source/system/except.cpp +++ b/source/system/except.cpp @@ -241,7 +241,6 @@ void exc_c(void) // Swap while(DrawSync(1)); - VSync(0); VidSwapDraw(); PrimDisplay(); } diff --git a/source/system/main.cpp b/source/system/main.cpp index d1977f360..1fb4f6eec 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -221,7 +221,6 @@ void MainLoop() s_paulScene.render(); #endif - VSync(0); VidSwapDraw(); PrimDisplay();