aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/vdx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/vdx.cpp')
-rw-r--r--engines/groovie/vdx.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/vdx.cpp b/engines/groovie/vdx.cpp
index 0bc6acb1c0..3e3e88a01d 100644
--- a/engines/groovie/vdx.cpp
+++ b/engines/groovie/vdx.cpp
@@ -43,6 +43,10 @@ VDXPlayer::~VDXPlayer() {
//delete _audioStream;
}
+void VDXPlayer::resetFlags() {
+ _flagOnePrev = false;
+}
+
void VDXPlayer::setOrigin(int16 x, int16 y) {
_origX = x;
_origY = y;