Fixing some fallout from Spike's commit.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2678 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
26bc0b94e2
commit
7bbd3c539d
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ static int OSS_InitCard(soundcardinfo_t *sc, int cardnum)
|
|||
|
||||
if (sc->sn.samples > (info.fragstotal * info.fragsize * 4))
|
||||
{
|
||||
Con_Printf(S_NOTICE "OSS: Enabling bigfoot's mmap hack! Hope you know what you're doing!\n");
|
||||
Con_Printf(SP_NOTICE "OSS: Enabling bigfoot's mmap hack! Hope you know what you're doing!\n");
|
||||
sc->sn.samples = info.fragstotal * info.fragsize * 4;
|
||||
}
|
||||
sc->sn.samples = info.fragstotal * info.fragsize;
|
||||
|
|
|
@ -795,7 +795,7 @@ qboolean VID_AttachGL (rendererstate_t *info)
|
|||
|
||||
maindc = GetDC(mainwindow);
|
||||
|
||||
Con_Printf(S_NOTICE "OpenGL to Direct3D wrapper enabled\n"); //green to make it show.
|
||||
Con_Printf(SP_NOTICE "OpenGL to Direct3D wrapper enabled\n"); //green to make it show.
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue