[Scummvm-cvs-logs] scummvm master -> cc46c92a8e50e1ce799df2758918a644e725dc5a

eriktorbjorn eriktorbjorn at telia.com
Tue Jul 7 01:00:49 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cc46c92a8e AGOS: Remove unused field


Commit: cc46c92a8e50e1ce799df2758918a644e725dc5a
    https://github.com/scummvm/scummvm/commit/cc46c92a8e50e1ce799df2758918a644e725dc5a
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-07-07T00:32:54+02:00

Commit Message:
AGOS: Remove unused field

Should have been removed in a4b8c6e054fec4a3555970a70430a90fa96db12e
but wasn't.

Changed paths:
    engines/agos/midi.h



diff --git a/engines/agos/midi.h b/engines/agos/midi.h
index 8881047..edb3402 100644
--- a/engines/agos/midi.h
+++ b/engines/agos/midi.h
@@ -42,7 +42,6 @@ enum kMusicMode {
 struct MusicInfo {
 	MidiParser *parser;
 	byte *data;
-	bool loopTrack;
 	byte num_songs;           // For Type 1 SMF resources
 	byte *songs[16];          // For Type 1 SMF resources
 	uint32 song_sizes[16];    // For Type 1 SMF resources






More information about the Scummvm-git-logs mailing list