More file handling cleanups
FossilOrigin-Name: c09457f7ad6613411be70250bdc33917e92298e80706560a9a205c997b679297
This commit is contained in:
parent
a6a0247bb2
commit
3661ce9a40
3 changed files with 110 additions and 79 deletions
|
@ -254,8 +254,7 @@ playsound(int n, OFVector3D *loc)
|
|||
#endif
|
||||
|
||||
if (!samples[n]) {
|
||||
conoutf(@"failed to load sample: %s",
|
||||
IRI.string.UTF8String);
|
||||
conoutf(@"failed to load sample: %@", IRI.string);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue