aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/wave_file.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-23 20:11:30 -0400
committerPaul Gilbert2016-10-23 20:11:30 -0400
commit3852d1406111253a0cf335c49699d862940e0323 (patch)
treebefd7cf49bad6b2e5d104e0a5ce76934a268eab7 /engines/titanic/sound/wave_file.h
parent588aaeac393293dd5c9a2b44f48ce6644416b96b (diff)
downloadscummvm-rg350-3852d1406111253a0cf335c49699d862940e0323.tar.gz
scummvm-rg350-3852d1406111253a0cf335c49699d862940e0323.tar.bz2
scummvm-rg350-3852d1406111253a0cf335c49699d862940e0323.zip
TITANIC: Match the CWaveFile duration method closer to original
Diffstat (limited to 'engines/titanic/sound/wave_file.h')
-rw-r--r--engines/titanic/sound/wave_file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h
index 4237f1a203..19d367936f 100644
--- a/engines/titanic/sound/wave_file.h
+++ b/engines/titanic/sound/wave_file.h
@@ -46,9 +46,11 @@ public:
~CWaveFile();
/**
- * Returns the duration of the wave file in seconds
+ * Returns the duration of the wave file
+ * @returns Total ticks. Not really sure how ticks
+ * map to real time
*/
- uint getDuration() const;
+ uint getDurationTicks() const;
/**
* Return the size of the wave file