[Scummvm-cvs-logs] scummvm master -> 5dc8bb627a2551b351429ff2f9d8de77cd655d4d
eriktorbjorn
eriktorbjorn at telia.com
Fri Jun 3 07:55:22 CEST 2011
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:
5dc8bb627a LASTEXPRESS: Remove unused variables.
Commit: 5dc8bb627a2551b351429ff2f9d8de77cd655d4d
https://github.com/scummvm/scummvm/commit/5dc8bb627a2551b351429ff2f9d8de77cd655d4d
Author: eriktorbjorn (eriktorbjorn at users.sourceforge.net)
Date: 2011-06-02T22:53:18-07:00
Commit Message:
LASTEXPRESS: Remove unused variables.
Changed paths:
engines/lastexpress/game/sound.cpp
diff --git a/engines/lastexpress/game/sound.cpp b/engines/lastexpress/game/sound.cpp
index 63efd18..3f98ac7 100644
--- a/engines/lastexpress/game/sound.cpp
+++ b/engines/lastexpress/game/sound.cpp
@@ -699,7 +699,6 @@ bool SoundManager::playSoundWithSubtitles(Common::String filename, FlagType flag
}
void SoundManager::playSoundEvent(EntityIndex entity, byte action, byte a3) {
- char filename[12];
int values[5];
if (getEntityData(entity)->car != getEntityData(kEntityPlayer)->car)
@@ -842,7 +841,6 @@ void SoundManager::playSteam(CityIndex index) {
void SoundManager::playFightSound(byte action, byte a4) {
int _action = (int)action;
- char filename[12];
int values[5];
switch (action) {
More information about the Scummvm-git-logs
mailing list