aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.h
diff options
context:
space:
mode:
authorStrangerke2014-02-25 23:03:56 +0100
committerStrangerke2014-02-25 23:04:42 +0100
commit227d80e0fdfb12f2416a5e738e19b572c51fe3d9 (patch)
tree78230d971289ed6196a88d873f45f534a8326c73 /engines/voyeur/animation.h
parent0e17b464ca620931f43be55fdfdbc0a0fb78cb7b (diff)
downloadscummvm-rg350-227d80e0fdfb12f2416a5e738e19b572c51fe3d9.tar.gz
scummvm-rg350-227d80e0fdfb12f2416a5e738e19b572c51fe3d9.tar.bz2
scummvm-rg350-227d80e0fdfb12f2416a5e738e19b572c51fe3d9.zip
VOYEUR: Add some details about unused variables, initialize some variables
Diffstat (limited to 'engines/voyeur/animation.h')
-rw-r--r--engines/voyeur/animation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/voyeur/animation.h b/engines/voyeur/animation.h
index 01d4282f92..dcdbf36260 100644
--- a/engines/voyeur/animation.h
+++ b/engines/voyeur/animation.h
@@ -69,9 +69,9 @@ private:
bool isValid() const;
private:
- uint32 _form;
- uint32 _dataSize;
- int _method;
+ uint32 _form; // Unused variable
+ uint32 _dataSize; // Unused variable
+ int _method; // Unused variable
int _defSoundSize;
};