mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Allow sw sdl to compile,
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2537 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c948d25a9a
commit
e99114a375
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ flags |= SDL_SWSURFACE;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SWVID_SetCaption(char *caption)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void SWVID_SetPalette(unsigned char *palette)
|
void SWVID_SetPalette(unsigned char *palette)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in a new issue