aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-05 14:54:55 -0500
committerPaul Gilbert2014-01-05 14:54:55 -0500
commit9c2b761b310fecc098c721676163fa34b96b6666 (patch)
tree677e61989d9a6059ed16048c49e4ed797c5c690f /engines/voyeur/voyeur.h
parent1690ffb2bfc3ddcbbebe755a33f94f62b7ba81a0 (diff)
downloadscummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.tar.gz
scummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.tar.bz2
scummvm-rg350-9c2b761b310fecc098c721676163fa34b96b6666.zip
VOYEUR: Rename the old _playStamp1/2 variables to have better names
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index ed7891706b..69055498be 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -158,8 +158,8 @@ public:
int _glGoStack;
bool _bob;
int _stampFlags;
- int _playStamp1;
- int _playStamp2;
+ int _playStampGroupId;
+ int _currentVocId;
int _videoId;
const int *_resolvePtr;
int _iForceDeath;