aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.cpp
diff options
context:
space:
mode:
authorStrangerke2012-08-29 23:25:14 +0200
committerStrangerke2012-08-29 23:25:14 +0200
commit825e0896dc52c26e7e31447a434619e190e5c183 (patch)
tree16fec715e9a012202c37e078a029fea7b974d7fe /engines/tony/sound.cpp
parent766eadeef98e6adcd52e5fb5325a1f7586572402 (diff)
downloadscummvm-rg350-825e0896dc52c26e7e31447a434619e190e5c183.tar.gz
scummvm-rg350-825e0896dc52c26e7e31447a434619e190e5c183.tar.bz2
scummvm-rg350-825e0896dc52c26e7e31447a434619e190e5c183.zip
TONY: Replace C-style comments by C++-style ones.
Also translate some more Italian comments
Diffstat (limited to 'engines/tony/sound.cpp')
-rw-r--r--engines/tony/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/sound.cpp b/engines/tony/sound.cpp
index e8b9dfc42a..2c2c280eb2 100644
--- a/engines/tony/sound.cpp
+++ b/engines/tony/sound.cpp
@@ -532,7 +532,7 @@ bool FPStream::unloadFile() {
assert(!g_system->getMixer()->isSoundHandleActive(_handle));
- /* Closes the file handle stream */
+ // Closes the file handle stream
delete _loopStream;
delete _rewindableStream;
_loopStream = NULL;