From e99114a3755b924b27228f99dde81a14222468d9 Mon Sep 17 00:00:00 2001 From: Spoike <acceptthis@users.sourceforge.net> Date: Mon, 23 Jul 2007 11:46:34 +0000 Subject: [PATCH] Allow sw sdl to compile, git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2537 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/vid_sdl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/sw/vid_sdl.c b/engine/sw/vid_sdl.c index a1b45b5ca..b87c19af0 100755 --- a/engine/sw/vid_sdl.c +++ b/engine/sw/vid_sdl.c @@ -89,6 +89,10 @@ flags |= SDL_SWSURFACE; return true; } +void SWVID_SetCaption(char *caption) +{ +} + void SWVID_SetPalette(unsigned char *palette) { int i;