From 9c2b761b310fecc098c721676163fa34b96b6666 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jan 2014 14:54:55 -0500 Subject: VOYEUR: Rename the old _playStamp1/2 variables to have better names --- engines/voyeur/voyeur.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/voyeur/voyeur.h') 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; -- cgit v1.2.3