aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_song.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-12 21:39:30 -0500
committerPaul Gilbert2017-02-12 21:39:30 -0500
commit8fec9daff2f3de1c0b5971373382a82a2ceb54d3 (patch)
tree7553b3de4828f4a23b7c74801ad4eb4348c23d7d /engines/titanic/sound/music_song.h
parentbb840c9ec205d4c6a94d73c107f520d557983791 (diff)
downloadscummvm-rg350-8fec9daff2f3de1c0b5971373382a82a2ceb54d3.tar.gz
scummvm-rg350-8fec9daff2f3de1c0b5971373382a82a2ceb54d3.tar.bz2
scummvm-rg350-8fec9daff2f3de1c0b5971373382a82a2ceb54d3.zip
TITANIC: Further CMusicRoomHandler renamings
Diffstat (limited to 'engines/titanic/sound/music_song.h')
-rw-r--r--engines/titanic/sound/music_song.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/sound/music_song.h b/engines/titanic/sound/music_song.h
index 33ad95882c..98bc37fd2b 100644
--- a/engines/titanic/sound/music_song.h
+++ b/engines/titanic/sound/music_song.h
@@ -29,9 +29,9 @@
namespace Titanic {
struct CValuePair {
- int _field0;
+ int _data;
int _length;
- CValuePair() : _field0(0), _length(0) {}
+ CValuePair() : _data(0), _length(0) {}
};
class CMusicSong {