diff options
| author | Eugene Sandulenko | 2013-09-20 22:00:57 +0300 | 
|---|---|---|
| committer | Eugene Sandulenko | 2013-09-20 22:00:57 +0300 | 
| commit | 24af4402611e8c932ec7aa60aa773108c8d5ba07 (patch) | |
| tree | 71c688b02f5a3a65056f40d6e7895b108adf8b5f | |
| parent | ff885af28ac9218dff5bd57b9167dfc51dbbe78d (diff) | |
| download | scummvm-rg350-24af4402611e8c932ec7aa60aa773108c8d5ba07.tar.gz scummvm-rg350-24af4402611e8c932ec7aa60aa773108c8d5ba07.tar.bz2 scummvm-rg350-24af4402611e8c932ec7aa60aa773108c8d5ba07.zip | |
FULLPIPE: Remove unused class variable. CID 1063185
| -rw-r--r-- | engines/fullpipe/sound.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/engines/fullpipe/sound.h b/engines/fullpipe/sound.h index 4014cdd94e..ea6987aae6 100644 --- a/engines/fullpipe/sound.h +++ b/engines/fullpipe/sound.h @@ -29,7 +29,6 @@ class Sound : public MemoryObject {  	int _id;  	char *_description;  	int16 _objectId; -	int16 _field_32;  	int _directSoundBuffer;  	int _directSoundBuffers[7];  	byte *_soundData; | 
