aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_PlaySound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_PlaySound.c')
-rw-r--r--sources/TZR_PlaySound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/TZR_PlaySound.c b/sources/TZR_PlaySound.c
index aa0d862..ce75032 100644
--- a/sources/TZR_PlaySound.c
+++ b/sources/TZR_PlaySound.c
@@ -8,12 +8,12 @@ int
_TZR_PlaySound(const TZR_PlaySoundArgs *args)
{
if (args->id == 0) {
- SDL_Log("args->id is 0");
+ TZR_Log("args->id is 0");
return -1;
}
if (TZR_GetResourceType(args->id) != TZR_RES_SOUND) {
- SDL_Log("%u isn't a sound", args->id);
+ TZR_Log("%u isn't a sound", args->id);
return -1;
}