mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
remove this one leftover from the DC port I missed earlier
This commit is contained in:
parent
f9077789e7
commit
c448027312
1 changed files with 0 additions and 5 deletions
|
@ -190,11 +190,6 @@ static void SDLSetMode(INT32 width, INT32 height, INT32 bpp, Uint32 flags)
|
||||||
else return;
|
else return;
|
||||||
realwidth = (Uint16)width;
|
realwidth = (Uint16)width;
|
||||||
realheight = (Uint16)height;
|
realheight = (Uint16)height;
|
||||||
#ifdef HAVE_DCSDL
|
|
||||||
//SDL_DC_SetWindow(320,200);
|
|
||||||
SDL_DC_EmulateMouse(SDL_FALSE);
|
|
||||||
SDL_DC_EmulateKeyboard(SDL_TRUE);
|
|
||||||
#endif
|
|
||||||
#ifdef FILTERS
|
#ifdef FILTERS
|
||||||
if (vidSurface && preSurface && f2xSurface)
|
if (vidSurface && preSurface && f2xSurface)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue