[Scummvm-cvs-logs] SF.net SVN: scummvm:[46546] scummvm/trunk/engines/sci/sfx/music.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Dec 25 12:08:12 CET 2009
Revision: 46546
http://scummvm.svn.sourceforge.net/scummvm/?rev=46546&view=rev
Author: thebluegr
Date: 2009-12-25 11:08:12 +0000 (Fri, 25 Dec 2009)
Log Message:
-----------
Another readability change
Modified Paths:
--------------
scummvm/trunk/engines/sci/sfx/music.h
Modified: scummvm/trunk/engines/sci/sfx/music.h
===================================================================
--- scummvm/trunk/engines/sci/sfx/music.h 2009-12-25 10:06:59 UTC (rev 46545)
+++ scummvm/trunk/engines/sci/sfx/music.h 2009-12-25 11:08:12 UTC (rev 46546)
@@ -95,6 +95,8 @@
kSndStatus status;
};
+typedef Common::Array<MusicEntry *> MusicList;
+
class SciMusic {
public:
SciMusic(SciVersion soundVersion);
@@ -135,7 +137,7 @@
}
uint16 _savelen;
- Common::Array<MusicEntry *> _playList;
+ MusicList _playList;
protected:
byte findAudEntry(uint16 nAud, byte&oVolume, uint32& oOffset, uint32&oSize);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list