summaryrefslogtreecommitdiff
path: root/source/vid_sdl.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
commit8a4e5f5516e94fe901a332bce7eef9b824f225c6 (patch)
tree93d64ca93047c6b1c1b59658e950ab0062544fe9 /source/vid_sdl.c
parentb7d3939f3f68617f80d74d0a2bf6ea34ddea1065 (diff)
Progress meter now works for local MVDs again.
Implemented `mvdskip' command which allows one jump to the next map in a MVD. Removed `mvd_shownet' debugging stuff from dedicated server build. Dropped packets no longer have maximum height on the lagometer.
Diffstat (limited to 'source/vid_sdl.c')
-rw-r--r--source/vid_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/vid_sdl.c b/source/vid_sdl.c
index f828e68..51a4d73 100644
--- a/source/vid_sdl.c
+++ b/source/vid_sdl.c
@@ -526,7 +526,7 @@ void VID_EndFrame( void ) {
SDL_Flip( sdl.surface );
}
-#else // SOFTWARE_RENDERER
+#else // USE_REF == REF_SOFT
/*
static cvar_t *gl_swapinterval;
@@ -609,7 +609,7 @@ void *VID_GetProcAddr( const char *sym ) {
return SDL_GL_GetProcAddress( sym );
}
-#endif // !SOFTWARE_RENDERER
+#endif // USE_REF == REF_GL
/*