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:
Mark Olsen 2007-09-22 22:43:05 +00:00
parent 26bc0b94e2
commit 7bbd3c539d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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