From 7bbd3c539d29dde444658087eb2e2620c3d6e21a Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Sat, 22 Sep 2007 22:43:05 +0000 Subject: [PATCH] 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 --- engine/client/snd_linux.c | 2 +- engine/gl/gl_vidnt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/client/snd_linux.c b/engine/client/snd_linux.c index dd0575a3b..0c3a19079 100644 --- a/engine/client/snd_linux.c +++ b/engine/client/snd_linux.c @@ -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; diff --git a/engine/gl/gl_vidnt.c b/engine/gl/gl_vidnt.c index 9eafea383..82e908de8 100644 --- a/engine/gl/gl_vidnt.c +++ b/engine/gl/gl_vidnt.c @@ -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