AGOS: Cleanup
This commit is contained in:
parent
08223e9746
commit
46321aacd8
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void MoviePlayerDXA::startSound() {
|
|||
|
||||
_fileStream->seek(size, SEEK_CUR);
|
||||
|
||||
in.open((const char *)"audio.wav");
|
||||
in.open("audio.wav");
|
||||
if (!in.isOpen()) {
|
||||
error("Can't read offset file 'audio.wav'");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue