diff options
author | Paul Gilbert | 2013-12-09 22:22:32 -0500 |
---|---|---|
committer | Paul Gilbert | 2013-12-09 22:22:32 -0500 |
commit | 03f7fb64dbbdd3d595f15b7fa0f12f42eaee02eb (patch) | |
tree | e7a0599087d5e7c77c1572c57806a8257f0032e0 /engines/voyeur/voyeur.cpp | |
parent | afc4e0ed333ca4acd5fcb092362f9910225ffd93 (diff) | |
download | scummvm-rg350-03f7fb64dbbdd3d595f15b7fa0f12f42eaee02eb.tar.gz scummvm-rg350-03f7fb64dbbdd3d595f15b7fa0f12f42eaee02eb.tar.bz2 scummvm-rg350-03f7fb64dbbdd3d595f15b7fa0f12f42eaee02eb.zip |
VOYEUR: Implemented the playStamp method
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r-- | engines/voyeur/voyeur.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index 7312728c24..58e94866b1 100644 --- a/engines/voyeur/voyeur.cpp +++ b/engines/voyeur/voyeur.cpp @@ -41,6 +41,8 @@ VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc) _bVoy = NULL; _iForceDeath = -1; _controlPtr = NULL; + _bob = false; + _playStamp1 = _playStamp2 = 0; initialiseManagers(); } |