aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/sfx_dumb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/glfw/sfx_dumb.cpp')
-rw-r--r--smelt/glfw/sfx_dumb.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/smelt/glfw/sfx_dumb.cpp b/smelt/glfw/sfx_dumb.cpp
index 4464da1..2ef89d1 100644
--- a/smelt/glfw/sfx_dumb.cpp
+++ b/smelt/glfw/sfx_dumb.cpp
@@ -10,6 +10,7 @@
*
*/
+static const char* SFX_DUMB_SRCFN="smelt/glfw/sfx_dumb.cpp";
SMSFX SMELT_IMPL::smSFXLoad(const char *path)
{return 0;}
SMSFX SMELT_IMPL::smSFXLoadFromMemory(const char *ptr,DWORD size)
@@ -55,7 +56,7 @@ void SMELT_IMPL::smChannelSetPosd(SMCHN chn,int pos)
bool SMELT_IMPL::initOAL()
{
- smLog("%s:" SLINE ": I'm dumb!\n",SFX_OAL_SRCFN);
+ smLog("%s:" SLINE ": I'm dumb!\n",SFX_DUMB_SRCFN);
return true;
}
void SMELT_IMPL::finiOAL()