This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
audio: report SDL mixer loading errors.
legacy
Sam Hocevar
sam
11 years ago
parent
01547a0a20
commit
c7a3c42a19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/sample.cpp
+ 1
- 1
src/sample.cpp
View File
@@ -112,7 +112,7 @@ Sample::Sample(char const *path)
}
if (!data->m_chunk)
{
Log::Error("could not load sample %s\n", path);
Log::Error("could not load sample %s
: %s
\n", path
, Mix_GetError()
);
}
data->m_channel = -1;
#endif
Write
Preview
Loading…
Cancel
Save