aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-09-13 21:48:02 +0000
committerJohannes Schickel2009-09-13 21:48:02 +0000
commitb6d33f1667ecd2e8bb1b16b85f5db4bae2046054 (patch)
tree2dec2e5c39a4989398e0d296350ed64406c75919 /engines/kyra/sound.h
parentb73f9ab41ecada2a9971834e1ef1bb4c106cbec3 (diff)
downloadscummvm-rg350-b6d33f1667ecd2e8bb1b16b85f5db4bae2046054.tar.gz
scummvm-rg350-b6d33f1667ecd2e8bb1b16b85f5db4bae2046054.tar.bz2
scummvm-rg350-b6d33f1667ecd2e8bb1b16b85f5db4bae2046054.zip
- Cleanup
- Fix mismatching new[]/delete svn-id: r44075
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index e81b18d8a4..09a87b6d87 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -110,14 +110,14 @@ public:
/**
* Load hard coded data for playing music
* (and somtimes sound effects) from.
- */
- virtual void loadSoundFile(const uint8 *data, int len) { }
+ */
+ virtual void loadSoundFile(const uint8 *data, int len) {}
/**
* Load a sound file for playing sound
* effects from.
*/
- virtual void loadSfxFile(Common::String file) { }
+ virtual void loadSfxFile(Common::String file) {}
/**
* Plays the specified track.