From ce53ddee9cbf4bd064fd84615cf3fef239142407 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 19 Jul 2008 13:10:51 +0000 Subject: clean-up, removed some unused stuff git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1213 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Menu/UDisplay.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Game/Code/Menu/UDisplay.pas') diff --git a/Game/Code/Menu/UDisplay.pas b/Game/Code/Menu/UDisplay.pas index 6e985a56..953282d7 100644 --- a/Game/Code/Menu/UDisplay.pas +++ b/Game/Code/Menu/UDisplay.pas @@ -258,7 +258,7 @@ begin CurrentScreen.ShowFinish := False; CurrentScreen := NextScreen; NextScreen := nil; - if not blackscreen then + if not BlackScreen then begin CurrentScreen.onShowFinish; CurrentScreen.ShowFinish := true; @@ -275,8 +275,6 @@ begin if ((Ini.Debug = 1) or (Params.Debug)) and (S = 1) then DrawDebugInformation; end; // for - - // SDL_GL_SwapBuffers(); end; procedure TDisplay.SaveScreenShot; -- cgit v1.2.3