AGOS: Cleanup

This commit is contained in:
Max Horn 2012-01-23 12:20:31 +01:00 committed by Willem Jan Palenstijn
parent 08223e9746
commit 46321aacd8

View file

@ -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'");
}