[Scummvm-cvs-logs] scummvm master -> 8f6971ae61559cefae92efc6feca4a4373a35b55

Strangerke Strangerke at scummvm.org
Sun Mar 16 13:03:22 CET 2014


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:
8f6971ae61 TSAGE: Remove useless variable in Voice structure entry Type 0


Commit: 8f6971ae61559cefae92efc6feca4a4373a35b55
    https://github.com/scummvm/scummvm/commit/8f6971ae61559cefae92efc6feca4a4373a35b55
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-03-16T13:01:31+01:00

Commit Message:
TSAGE: Remove useless variable in Voice structure entry Type 0

Changed paths:
    engines/tsage/sound.cpp
    engines/tsage/sound.h



diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp
index 057319c..c5c3850 100644
--- a/engines/tsage/sound.cpp
+++ b/engines/tsage/sound.cpp
@@ -778,7 +778,6 @@ void SoundManager::sfRethinkVoiceTypes() {
 				vte._sound3 = vte._sound;
 				vte._channelNum3 = vte._channelNum;
 				vte._priority3 = vte._priority;
-				vte._field1A = vte._fieldA;
 				vte._sound = NULL;
 				vte._channelNum = 0;
 				vte._priority = 0;
diff --git a/engines/tsage/sound.h b/engines/tsage/sound.h
index 14bb7c6..49558b4 100644
--- a/engines/tsage/sound.h
+++ b/engines/tsage/sound.h
@@ -126,7 +126,6 @@ struct VoiceStructEntryType0 {
 	Sound *_sound3;
 	int _channelNum3;
 	int _priority3;
-	int _field1A;
 };
 
 struct VoiceStructEntryType1 {






More information about the Scummvm-git-logs mailing list