summaryrefslogtreecommitdiff
path: root/muse2/al/dsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/al/dsp.cpp')
-rw-r--r--muse2/al/dsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/al/dsp.cpp b/muse2/al/dsp.cpp
index ae12f265..5c23a458 100644
--- a/muse2/al/dsp.cpp
+++ b/muse2/al/dsp.cpp
@@ -137,7 +137,7 @@ void initDsp()
}
// fall through to not hardware optimized routines
#endif
- if(debugMsg)
+ if(MusEGlobal::debugMsg)
printf("Muse: using unoptimized non-SSE dsp routines\n");
dsp = new Dsp();
}