From 96a5583f3b37c0d56e60d726641834bfadf15d7a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 18 Aug 2001 02:42:07 +0000 Subject: Fixed texture filtering modes. --- src/main.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c3d9c9b..82b201c 100644 --- a/src/main.c +++ b/src/main.c @@ -494,18 +494,6 @@ void FlipBuffers() SDL_GL_SwapBuffers(); } -void ThisFramesRenderingHasBegun() -{ -/* sets scene defaults */ -} - -void ThisFramesRenderingHasFinished() -{ -/* This is where the queued drawing commands' execution takes place */ - - LightBlockDeallocation(); -} - int ExitWindowsSystem() { SDL_Quit(); @@ -602,7 +590,7 @@ int main(int argc, char *argv[]) // SetLevelToLoad(AVP_ENVIRONMENT_SUBWAY_MP); // SetLevelToLoad(AVP_ENVIRONMENT_LEADWORKS_COOP); /* coop/skirmish */ - + // SetLevelToLoad(AVP_ENVIRONMENT_E3DEMOSP); /* demo level */ #endif -- cgit v1.3